{% extends "page.html" %} {% block toolbar %} Back {% endblock %} {% block main %}

Files {{ torrent.name }} - {{ torrent.hash }}

    {% for f in torrent.files %}
  • {{ f.path }} - {{ f.size }} B
  • {% endfor %}

Destination

{% for row in matches %} {% endfor %}
show season library score
{{ row.dest.dir }} {{ row.subdest }} {{ row.dest.root }} {{ row.score }}

{% if score > 0 %}show more (S={{ score }}%){% endif %} {{ matches|len }}
{% endblock %}