mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-16 23:34:23 +00:00
7 lines
349 B
Twig
7 lines
349 B
Twig
<dl class="custom_fields_group_rendering">
|
|
<span class="custom_fields_group_name">{{ customFieldsGroup.name(app.request.locale) }}</span>
|
|
{% for customField in customFieldsGroup.customFields %}
|
|
<dt>{{ chill_custom_field_label(customField) }}</dt>
|
|
<dd>{{ chill_custom_field_widget(fields, customField) }}</dd>
|
|
{% endfor %}
|
|
</dl> |