{% load wagtailcore_tags i18n svg_tags %} {% offices_for_locale as offices %}
{% for office in offices %}

{{ office.city }}

{% svg_icon name="heroicons-phone-solid" classname="w-7 h-7" %}
{{ office.phone }}
{% svg_icon name="heroicons-map-pin-solid" classname="w-7 h-7" %}
{{ office.address|richtext }}
{{ office.name }}
{% endfor %}