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

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

{% if app.user and is_granted("ROLE_EDITOR") %} {% endif %} {% include 'Noticia/llistat.html.twig' with { 'entities': entities } %}
{% endblock %}