{% extends 'base.html' %} {% block content %} {% for id, name, description, t_id, t_title, t_mtime in forums %} {% if t_id %} {% else %} {% endif %} {% endfor %}
Forum Last update

{{ name }}

{{ description }}

{{ t_title }}

{{ format_since(t_mtime) }}

No threads
{% endblock %}