{% for torrent in torrents %} {% endfor %}
Name Size State DL % ETA UL Tracker
{{ torrent.name }} {{ torrent.total_size_str }} {{ torrent.state }} {{ torrent.downrate_str }} {{ torrent.down_percent }}% {{ torrent.eta_str }} {{ torrent.uprate_str }} {{ torrent.tracker }}

{% for tracker, stats in tracker_stats.items() %} {% endfor %}
Tracker Hashing Error Total
{{ tracker }} {{ stats[0] }} {{ stats[1] }} {{ stats[2] }}