{% load i18n %}
{% for forum in forums %} {% endfor %}
{% trans 'Posts' %} {% trans 'Last post' %}
{{ forum.num_posts }} {{ forum.last_post.short|linebreaksbr }} {% trans 'VIEW' %}