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