{#
#}
{% trans %}summary_title{% endtrans %}

{% trans %}summary_description{% endtrans %}


{% trans %}client_question{% endtrans %}

{% trans %}client_instruction{% endtrans %}


{% trans %}client_data_title{% endtrans %}

{% trans %}client_data_description{% endtrans %}

{% for field in custom_fields %} {% if field.type in ["text","number","date","datetime-local","time"] %}
{% elseif field.type in ['choice']%}
{% endif %} {% endfor %}