{# @var notificationEvent \KevinPapst\TablerBundle\Event\NotificationEvent #} {% set notificationEvent = tabler_notifications() %} {% if notificationEvent.visible %}
{# Notification Icon #} {% if notificationEvent.showBadge and notificationEvent.total > 0 -%} {%- if notificationEvent.showBadgeTotal -%} {{ notificationEvent.total }} {%- endif -%} {%- endif %} {# Dropdown #}
{% endif %}