|
{% if footer_signature_copy_1 %}{{ footer_signature_copy_1 }}{% else %}{% trans 'FooterSignatureCopy1' %}{% endif %}
{% if footer_signature_copy_2 %}{{ footer_signature_copy_2 }}{% else %}{% trans 'FooterSignatureCopy2' %}{% endif %}
{% if footer_link_brand %}
{{footer_name_brand|default:""}}
{% elif footer_name_brand %}
{{footer_name_brand}}
{% endif %}
{% if footer_link_fb or footer_link_ig or footer_link_yt or footer_link_x or footer_link_tiktok %}
{% if footer_socials_copy %}{{ footer_socials_copy }}{% else %}{% trans 'FooterSocialsCopy' %}{% endif %}
{% spaceless %}
{% if footer_link_fb %}Facebook{% endif %}{% if footer_link_ig %}{% if footer_link_fb %} · {% endif %}Instagram{% endif %}{% if footer_link_yt %}{% if footer_link_fb or footer_link_ig %} · {% endif %}YouTube{% endif %}{% if footer_link_x %}{% if footer_link_fb or footer_link_ig or footer_link_yt %} · {% endif %}X{% endif %}{% if footer_link_tiktok %}{% if footer_link_fb or footer_link_ig or footer_link_yt or footer_link_x %} · {% endif %}TikTok{% endif %}
{% endspaceless %}
{% endif %}
{% if footer_copy %}
{% autoescape off %}
{{ footer_copy|safe }}
{% endautoescape %}
{% endif %}
{% if unsubscribe_url %}
{% if footer_unsubscribe_label %}{{ footer_unsubscribe_label }}{% else %}{% trans 'Unsubscribe' %}{% endif %}
{% endif %}
{% if footer_automatic_copy %}{{ footer_automatic_copy|linebreaks }}{% else %}{% trans 'FooterAutomaticCopy' %}{% endif %}
|