Here are {{ result_count }} random torrents
{% if result_count > 0 and perms.zip_downloader %}
{% include 'better/zip.twig' with {torrent_ids: torrent_ids} only %}
{% endif %}
{% include 'better/torrents.twig' with {results: results, auth_key: auth_key, torrent_pass: torrent_pass, tokens: tokens} only %}