templates/core/front/embed/physical-address.html.twig line 1

  1. <h3 class="title-footer">Contacts</h3>
    <ul class="">
        <li><i class="fa fa-phone"></i> <a href="{{ phone.cleanValue }}" title="Appelez-nous">{{ phone.value|raw }}</a></li>
        <li><strong><i class="fa-brands fa-whatsapp"></i> </strong> <a class="" href="{{ whatsApp.cleanValue }}"
                                                                       title="Appelez-nous">{{ whatsApp.value|raw }}</a>
        </li>
        <li><strong>Email :</strong> <a href="{{ contactEmail.cleanValue }}"
                                        title="Ecrivez-nous">{{ contactEmail.value|raw }}</a></li>
        {#    <li><a href="{{ path('app_front_contact') }}" title="Ecrivez-nous">Contact</a></li> #}
        {% if address is not null %}
            <li>{{ address.i18n(locale).footerAddress|raw }}</li>
        {% endif %}
    </ul>