{% if transmission %}
Settings
Remove

Transmission

{{ eta }}
{% for torrent in transmission%}

Currently downloading: "{{ torrent.name }}"

Remaining: {{ torrent.eta }}

{{ torrent.progress|int }}% complete

{% endfor %}
{% else %}
Settings
Remove

Transmission

{% endif %}