{% extends 'frontend.html.twig' %} {% block title %}{{ parent() }} - {{ title |trans({}, 'menu') }}{% endblock %} {% block body -%} {% if app.user and is_granted("ROLE_EDITOR") %}

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

Afegir un nou
{% for entity in entities %}
{% include 'User/user.html.twig' with {'entity': entity } %}
{% endfor %}
{% endif %} {% endblock %}