{% load i18n %}
{% translate 'Forum: Unread topics' as widget_title %} {{ widget_title|title }}
{% for board in boards %} {% include "aa_forum/partials/forum/topic/unread-topics.html" %} {% endfor %}