Comment Replies
{% if unread_notifications %}{% trans "You have" %} {{ number_unread_notifications }} {% trans "unread replies" %}
{% for notice in unread_notifications %}- {% include 'notifications/notice.html' %}
{% endfor %}
{% endif %} {% if read_notifications %}{% trans "Read replies:" %}
{% for notice in read_notifications %}- {% include 'notifications/notice.html' %}
{% endfor %}
{% endif %} < {% trans "Back home" %}