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

{% trans "Comment Replies" %}

{% if unread_notifications %}

{% trans "You have" %} {{ number_unread_notifications }} {% trans "unread" %} {% if number_unread_notifications == 1 %} {% trans "Reply"%} {% else %} {% trans "Replies"%} {% endif %}

{% endif %} {% if read_notifications %}

{% trans "Read replies:" %}

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