{% extends 'board_base.html' %} {% load i18n %} {% block sub_title %}{% trans "View unread topics" %}{% endblock sub_title %} {% block content %}
{% blocktrans with paginator.count as topic_length %}{{ topic_length }} unread topics found{% endblocktrans %}
{% endif %}