{% if pager.getNbResults() > 0 %}
{{ 'see_more'|trans({}, 'notification') }}
{% else %}
{{ 'zero_notifications'|trans({},'notification') }}
{% endif %}