{% if logo is not empty %}
{% if logo.linkUrl is not empty %}
{% endif %}
{% if logo.linkUrl is not empty %}{% endif %}
{% endif %}
{% if header is not empty %}
|
{{ header.title }}
|
{% endif %}
{% for line in lines %}
{% if line.type == 'TEXT' %}
|
{% if line.asHtml %}
{{ line.text | raw}}
{% else %}
{{ line.text }}
{% endif %}
|
{% elseif line.type == 'IMAGE' %}
{% if line.linkUrl is not empty %}{% endif %}
{% if line.linkUrl is not empty %}{% endif %}
|
{% elseif line.type == 'BUTTON' %}
|
{{ line.text }}
|
{% endif %}
{% endfor %}
|
{% if footers is not empty or copyright is not null %}
{% endif %}