{% for topic in forum_topics %} {% endfor %}
{{ _('Title') }} {{ _('Users') }} {{ _('Last post') }} {{ _('Replies') }}
{{ topic.title }} {{ topic.category }} {% for poster in topic.posters %} {{ poster.name }} {% endfor %} {{ topic.last_posted_at|datetimeformat }} {{ topic.replies }}