{{ item.name }}
{% if item.actions %}
{% include "app/actions.html" with uuid=item.uuid target="model" actions=item.actions %}
{% endif %}
{% for name, item in item.data.items %}
{% if forloop.first %}
{% include 'app/fieldset.html' with fieldset=item title_class="d-none" %}
{% endif %}
{% endfor %}