{% set _brand = brandName|default(mail_brand_name) %}
{% set _public = publicUrl|default(mail_public_url) %}
{% set _operator = operatorName|default(mail_operator_name) %}
{% set _address = operatorAddress|default(mail_operator_address) %}
{% set _hotline = hotline|default(mail_hotline) %}
{% set _support = supportEmail|default(mail_support_email) %}

{% if emailHeadline %}{{ emailHeadline }}

{% endif %}{% block body %}{% endblock %}

--
{{ _brand }}
{% if _operator %}{{ 'email.footer.operatedBy'|trans({'%operator%': _operator}) }}
{% endif %}{% if _address %}{{ _address }}
{% endif %}{% if _hotline %}{{ 'email.footer.hotline'|trans }}: {{ _hotline }}
{% endif %}{{ _public }}
{% if _support %}{{ _support }}
{% endif %}
