• {% if amount > 0 %} {{ amount }} {% endif %}
    {% if amount == 0 %}

    {{ trans('user.no-unread') }}

    {% else %}
    {% for notification in notifications %} {{ notification.data.title }}
    {% endfor %}
    {% endif %}