{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "You have" %} {{ number_unread_notifications }} {% trans "unread replies" %}

{% if unread_notifications %}

Unread

{% endif %} {% if read_notifications %}

Read

{% endif %} {% endblock %}