{% if field.value %}
{% for key, attribute in field.value %}
{{ attribute.label }}: {{ attribute.type }} {% if attribute.required %} Requis {% endif %} {% if attribute.options %}
Options: {{ attribute.options|join(', ') }}
{% endif %}
{% endfor %}
{% else %} Aucun attribut {% endif %}