{% extends "sections.twig" %} {% block subcontent_detail %} {% if sections|length == 0 %}

No profile sections found

{% else %}
{% for section in sections %} {% endfor %}
Name Content fields Optional Actions
{{ section.name }} {{ itemTypes[section.item_type] }} {{ section.optional ? 'optional' : 'required' }}
{% endif %} {% endblock %}