chill-bundles/Resources/views/Export/ListPersonFormFields.html.twig
Julien Fastré cc91ade6fe adding a date for the address
The address are computed to be valid at a given date.

The date input appears only if fields concerning address are checked.
2017-01-31 13:48:25 +01:00

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 %}