{% extends 'base.html.twig' %} {% block content %}

{{ 'labels.revistes' |trans({}, 'app') }}

{% for any in anys %}

{{ any.any }}

{% for item in any.items %}
{% include 'Publicacio/publicacio_memoria.html.twig' with { 'entity': item } %}
{% endfor %} {% endfor %}
{{ knp_pagination_render(anys) }}
{% endblock %}