{% load i18n %} {% if announces %}

{% blocktrans %}Forum announces{% endblocktrans %}

{% for thread in announces %}

{{ thread.modified|date:"d/m/Y" }} - {{ thread.subject }}

{% endfor %}
{% endif %}