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

Comment Replies

{% if unread_notifications %}

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

{% endif %} {% if read_notifications %}

{% trans "Read replies:" %}

{% endif %} < {% trans "Back home" %}
{% endblock %}