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

{{ number_unread_notifications }}

{% trans "New" %} {% if number_unread_notifications == 1 %} {% trans "reply" %} {% else %} {% trans "replies" %} {% endif %}
{% endif %}