{% if footer.hasLogo == 'true' %}
{% if footer.logo_options.selected == 'isSVG' %} {% elif footer.logo_options.selected == 'isImg' %} {{global.meta.pageTitle}} logo {% endif %}
{% endif %} {% if footer.statement %}
{{footer.statement}}
{% endif %} {% if footer.legal and footer.legal.length > 0 %}
{% for item in footer.legal %} {{item.text}} {% endfor %}
{% endif %} {% if footer.address %}
{{footer.address}}
{% endif %}