{% extends 'frontend.html.twig' %} {% block body -%}
{{ 'tornar_events' |trans({}, 'app') }}
{% if app.user and is_granted("ROLE_EDITOR") %}
Editar Eliminar
{% endif %}
{% include 'Event/event.html.twig' with {'entity': entity } %}
{% endblock %}