{% load wagtailcore_tags %}

Angaben gemäß § 5 TMG

{% for block in settings.company.CompanyInfo.company_address %} {% if block.value.street %}

{{block.value.street}}
{{block.value.post_code}} {{block.value.city}}

{% endif %} {% endfor %} {% for block in settings.company.CompanyInfo.company_settings %} {% if block.value.representative %}

Vertreten durch: {{block.value.representative}}

{% endif %} {% endfor %}

Kontakt

{% for block in settings.company.CompanyInfo.company_contact %} {% if block.value.phone %}

Telefon:{{block.value.phone}}

{% endif %} {% if block.value.email %}

E-Mail: {{block.value.email}}

{% endif %} {% endfor %}
{{ self.content }}