{% extends 'base.html.twig' %} {% block title %} Ressources documentaires {% endblock %} {% block body %}
{% include 'base/_partials/_breadcrumb.html.twig' with { entityUrl: "ressources-documentaires", entityLabel: "Ressources documentaires" } %} {% include 'doc_ressource/_partials/_search.html.twig' with { search: search } %}
{% for doc in docs %} {% include 'doc_ressource/_partials/_item.html.twig' with { doc: doc } %} {% endfor %} {% if docs is empty %}

Pas de résultats...

{% endif %}
{% if search.q %} {% endif %} {% endblock %}