{% load i18n %} {% if user.is_authenticated and number_unread_notifications > 0 %}

{% trans "Notification:" %}

{{ number_unread_notifications }}

{% trans "You have" %} {{ number_unread_notifications }} {% trans "unread" %}{% if number_unread_notifications == 1 %} {% trans "reply" %}{% else %} {% trans "replies" %}{% endif %}

{% endif %}