{% load i18n %}
{% if user.is_authenticated and number_unread_notifications > 0 %}
{% trans "Unread replies:" %} {{ number_unread_notifications }}
{% endif %}