{% load i18n %} {% trans 'Start New Topic' %}

{% for topic in topics.object_list %} {% endfor %}
{% trans 'Topics' %} {% trans 'Replies' %} {% trans 'Last post' %}
{{ topic.num_replies }} {{ topic.last_post.short|linebreaksbr }} {% trans 'VIEW' %}
{% if topics.object_list and topics.paginator.num_pages > 1 %} {% endif %}