{% block element_moorl_address %}
{% block element_moorl_address_card %}
{% block element_moorl_address_card_title %} {% sw_icon 'map' style {size:'xs', pack:'fas'} %} {{ "moorl-foundation.card.address"|trans }} {% endblock %}
{% block element_moorl_address_card_body %}

{% if element.data.additionalAddressLine1 %} {{ element.data.additionalAddressLine1 }}
{% endif %} {% if element.data.additionalAddressLine2 %} {{ element.data.additionalAddressLine2 }}
{% endif %} {{ element.data.street }} {{ element.data.streetNumber }}
{{ element.data.zipcode }} {{ element.data.city }}
{% if element.data.countryState %} {{ element.data.countryState.translated.name }} {% endif %} {% if element.data.country %} {{ element.data.country.translated.name }} {% endif %}

{% if element.data.locationPlaceId %}

{{ "moorl-foundation.buttons.placeIdLink"|trans }}

{% endif %} {% endblock %} {% endblock %}
{% endblock %}