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

{{ row.title }}

{% if row.time %}

{{ row.time }}

{% endif %}
{{ row.description | safe }}
{% endfor %} {% else %}
Nothing.
{% endif %} {% if next %}Next{% endif %} {% if back %}Back{% endif %} {% if total %} Page {{ page }} / {{ pages }} ({{ total }} torrent{{ total | pluralize(plural="s") }} total) {% endif %} {% endblock content %}