mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-16 15:24:26 +00:00
The address are computed to be valid at a given date. The date input appears only if fields concerning address are checked.
6 lines
164 B
Twig
6 lines
164 B
Twig
{% block _export_export_list_export_form_address_date_row %}
|
|
<div data-display-show-hide="address_date">
|
|
{{ form_row(form) }}
|
|
</div>
|
|
{% endblock %}
|