{% extends 'frontend.html.twig' %} {% block title %}{{ parent() }} - {{ title |trans({}, 'menu') }}{% endblock %} {% block body -%}

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

{% if app.user and is_granted("ROLE_EDITOR") %}
Afegir un nou
{% endif %} {% for entity in entities %}
{% include 'Personal/personal_resumido.html.twig' with {'entity': entity } %}
{% endfor %} {{ knp_pagination_render(entities) }}
{% endblock %}