{% if torrent_query.items %}
{# #} {% if config.ENABLE_SHOW_STATS %} {% endif %} {% for torrent in torrent_query.items %} {% if config.TABLE_PREFIX == 'nyaa_' %} {% elif config.TABLE_PREFIX == 'sukebei_' %} {% endif %} {# #} {% if config.ENABLE_SHOW_STATS %} {% endif %} {% endfor %}
Category Name Link Size Date Uploaded
{{ torrent.display_name | escape }} {% if torrent.has_torrent %} {% endif %} {{ torrent.filesize | filesizeformat(True) }}{{ torrent.created_time.strftime('%Y-%m-%d %H:%M') }}{{ torrent.stats.seed_count }} {{ torrent.stats.leech_count }} {{ torrent.stats.download_count }}
{% else %}

No results found

{% endif %}
{% from "bootstrap/pagination.html" import render_pagination %} {{ render_pagination(torrent_query) }}