{% 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 %}