{% extends "layout/default" %} {% block content %}

{% if torrent.name %}{{ torrent.name }}{% else %}{{ torrent.info_hash }}{% endif %}

{% if torrent.comment %}

{{ torrent.comment }}

{% endif %}
{% if files_list %} {% for file in files_list %} {% endfor %}
File Size
{% if file.href %} {{ file.path }} {% else %} {{ file.path }} {% endif %} {{ file.size }}
{% endif %}
{% endblock content %}