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