{% extends "layout/default" %} {% block content %} {% for row in rows %}

{{ row.torrent.name }}

{% if row.torrent.comment %}

{{ row.torrent.comment }}

{% endif %}
{% endfor %} {% endblock content %}