{%- extends 'park/base.html.twig' -%} {% block importmap %}{{ importmap(['app','contact']) }}{% endblock %} {%- set pageTitle -%}Vous avez besoin de visibilité à {{ park.name }}{% endset %} {%- block body -%} Vous avez besoin de visibilité à {{ park.name }} ? {% for subscriptionLevel in subscriptionLevels %} {{ include('park/components/subscriptionLevel.html.twig',{subscriptionLevel:subscriptionLevel}) }} {% endfor %} {% if gs.contactInfoLogo %} {% endif %} {{ gs.contactInfoTitle ?? 'Goéland Signalétique' }} {{ gs.contactInfoActivity ?? 'Bureau d\'étude - Signalétique' }} {% set website = gs.contactInfoWebsite ?? 'goeland-signaletique.fr' %} {{ website }} {{ ux_icon('bi:geo-alt-fill', {class:'text-tertiary', 'aria-label': 'Business Address'}) }} {{ gs.contactInfoAddress ?? 'La Victoria - 149 avenue Jean Dausset 84140 Montfavet' }} {{ ux_icon('bi:envelope-at-fill', {class:'text-tertiary', 'aria-label': 'Business Address'}) }} {% set mailto = gs.contactInfoEmail ?? 'contact@goeland-signaletique.fr' %} {{ mailto }} {{ ux_icon('bi:telephone-fill', {class:'text-tertiary', 'aria-label': 'Business Phone'}) }} {% set phone = gs.contactInfoPhone ?? '04 90 84 67 09' %} {{ phone|format_phone_spaced }} {{ include('park/components/contactForm.default.html.twig',{form:contactForm}) }} {%- endblock -%}