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

{{ row.torrent.name }}

{% if row.torrent.comment %}

{{ row.torrent.comment }}

{% endif %}
{% endfor %} {% else %}
Nothing.
{% endif %} {% if next %}Next{% endif %} {% if back %}Back{% endif %} {% endblock content %}