{% set notifications = get_notifications(request.user.id) %} {% if notifications %}

{% trans %}New comments{% endtrans %}

{% trans %}Mark all read{% endtrans %}
{% endif %}