{% if transmission or seeding %}
Settings
Remove

Transmission

{% if transmission %}
{{ download }}KB/s
{{ eta }}
{% else %}
{{ upload }}KB/s
Seeding: {{ seeds }}
{% endif %}
{% if transmission %}
Currently downloading: {% for torrent in transmission %}
"{{ torrent.name }}"

Remaining: {{ torrent.leftUntilDone // 1024 // 1024 }}MB

{{ torrent.progress|int }}% complete

{% endfor %}

{{ seeds }} additional torrents seeding

{% endif %}
{% elif connection and show_empty %}
Settings
Remove

Transmission

No active torrents.

{% elif connection %}
Settings
Remove

Transmission

No active torrents.

{% else %}
Settings
Remove

Transmission

Warning: unable to connect to Transmission.

{% endif %}