{% 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 %}