{% macro render_column_header(header_style, center_text=False, sort_key=None, header_title=None) %} {% set class_suffix = (search.sort == sort_key) and ("_" + search.order) or "" %} {% set th_classes = filter_truthy([sort_key and "sorting" + class_suffix, center_text and "text-center"]) %}
![]() |
{{ torrent.display_name | escape }} | {% if torrent.has_torrent %} {% endif %} | {{ torrent.filesize | filesizeformat(True) }} | {{ torrent.created_time.strftime('%Y-%m-%d %H:%M') }} | {% if config.ENABLE_SHOW_STATS %}{{ torrent.stats.seed_count }} | {{ torrent.stats.leech_count }} | {{ torrent.stats.download_count }} | {% endif %}