{% set section_id = section.id or id %} {% set section_title = section.title or title %} {% set section_description = section.description or description or '' %} {% set section_fields = section.fields or fields or [] %} {% set section_collapsible = section.collapsible if section.collapsible is defined else (collapsible if collapsible is defined else false) %} {% set section_expanded = section.expanded if section.expanded is defined else (expanded if expanded is defined else true) %} {% set section_icon = section.icon or icon or 'fas fa-cog' %}
{{ section_description }}
{% endif %}