BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

single.twig 586B

12345678910111213141516
  1. <br />
  2. <div class="thin">
  3. <h2>Single Seeded</h2>
  4. {% include 'better/links.twig' only %}
  5. <div class="box pad">
  6. <div class="torrent">
  7. <h3>Here are {{ result_count }} random torrents
  8. {% if result_count > 0 and perms.zip_downloader %}
  9. {% include 'better/zip.twig' with {torrent_ids: torrent_ids} only %}
  10. {% endif %}
  11. </h3>
  12. </div>
  13. {% include 'better/torrents.twig' with {results: results, auth_key: auth_key, torrent_pass: torrent_pass, tokens: tokens} only %}
  14. </div>
  15. </div>