{% if not field.root %} {{ field.name }} ({{ field.type }}) {% trans %}ecd_model.model_field.show.link_edit{% endtrans %} {% trans %}ecd_model.model_field.show.link_delete{% endtrans %} {% endif %} {% if field.type == 'group' or field.type == 'zone' %}
{% for child in field.children %} {% include 'EcdModelBundle:ModelField:show.html.twig' with {'field': child, 'model': model} %} {% endfor %}
{% endif %}