{% if notifications_ %}
{{ notifications_.count }}
{% else %}
0
{% endif %}
{{ _("Notifications") }}
{% for notification in notifications_ %}
{% endfor %}