{# Variables - notification #} {% set notificationWrapper %}
{{ configGetParameter('brand_name')|default('') }}
{{ 'mautic.core.now'|trans }}
{{ notification.heading }} {% if notification.mobileSettings.ios_subtitle is defined %} {{ notification.mobileSettings.ios_subtitle }} {% endif %} {{ notification.message }} {{ 'mautic.notification.preview.more_notifications'|trans }}
{% endset %} {% if notification.url %} {{ notificationWrapper }} {% else %} {{ notificationWrapper }} {% endif %}