{% extends 'www/base.html.twig' %} {% import 'www/partials/_macros.html.twig' as macros %} {% block link_alternate %} {% for translation in _cms_translations %} {% endfor %} {% endblock %} {% block content %}

{{ 'address_search_form.header'|trans }}

{{ form_start(form, {'attr': {'class': 'offer-form mt-4', 'data-controller': 'auto-submit'}}) }}
{{ form_widget(form.addressName) }}
{{ form_widget(form.buildingNumberName) }} {{ form_errors(form.buildingNumberName) }}
{{ form_widget(form.offer_type) }}
{{ form_widget(form.submit) }}
{{ form_end(form) }}
{% if is_form_sent %} {% if offer_types|length %} {% if address.getDescription() %}

{{ address.getDescription() }}

{% endif %}
{% for type_key, type_label in offer_types %}
{% endfor %}
{% for type_key, type_label in offer_types %} {% endfor %}
{% else %}
{{ 'offer_individual.no_offer_available_message'|trans }}
{% endif %} {% endif %} {% endblock %}