{% set request_url = url_for('main.remove_torrent', info_hash=t.release.info_hash) %}
{% endfor %}
{% else %}
No active downloads.
{% endif %}
{% else %}
{{macros.icon("#icon-warning-bold", width=16, height=16, class="mr-2 text-warning")}}
Built-in BitTorrent client is not running. Please review
{% endif %}
{% if log_rows %}
Library
Last {{max_log_rows}} update operations
{% for row in log_rows %}
{{row.timestamp|human_date_time}} UTC
{{row_status(row.status)}}{{row.description}}
{% endfor %}
{% include '_chart.html' %}
New torrents fetched by server in the last {{max_chart_days}} days
{% endif %}
{% if trackers %}
Trackers
Servers periodically queried for torrent swarm information. {% if max_last_scraped_on %} Last checked on {{max_last_scraped_on|human_date_time}} UTC{% endif %}