Missing
{% include 'better/links.twig' only %}
{{ paginator.linkbox|raw }}
There are {{ result_count }} {{ mode }} remaining
{% if mode == 'torrents' and result_count > 1 and perms.zip_downloader %}
{% include 'better/zip.twig' with {torrent_ids: torrent_ids} only %}
{% endif %}
{% if mode is same as('torrents') %}
{% include 'better/torrents.twig' with {results: results, auth_key: auth_key, torrent_pass: torrent_pass, tokens: tokens} only %}
{% elseif mode is same as('groups') %}
{% else %}
{% endif %}
{{ paginator.linkbox|raw }}