{{ 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/valueset/fieldset.html' with data=item %} {% endif %} {% endfor %}