{% set notifications = tabler_notifications() %}
{% if notifications is not null %}
{% set total = notifications.total %}
{% set notifications = notifications.notifications %}
{{ 'You have %count% notifications'|trans({'%count%': total}, 'TablerBundle') }}