{% extends 'frontend.html.twig' %} {% block body -%}

{{ title |trans({}, 'menu') }}

{% if app.user and is_granted("ROLE_EDITOR") %}
Afegir un nou
{% endif %} {% for grup in entities %}

{{ grup.nom }}

{% for entity in grup.models %}
{% include 'Models/model.html.twig' with {'entity': entity } %}
{% endfor %} {% endfor %}
{% endblock %}