@for (tagName of torrentContent.torrent.tagNames; track tagName) { sell {{ tagName }} } @if (torrentContent.languages; as languages) { translate @for (l of languages; let j = $index; track l.id) { {{ t("languages." + l.id) + (j < languages!.length - 1 ? ", " : "") }} } } @if (torrentContent.video3d?.slice(1); as video3d) { {{ video3d }} } @if (torrentContent.videoResolution?.slice(1); as videoResolution) { aspect_ratio{{ videoResolution }} } @if (torrentContent.videoSource; as videoSource) { album{{ videoSource }} } @if (torrentContent.videoCodec; as videoCodec) { {{ videoCodec }} } @if (torrentContent.videoModifier; as videoModifier) { {{ videoModifier }} }