{% set title = "Demande d'agrément" %} {% extends 'Default/base.html.twig' %} {% block content %}
DU 10 avril 2021 AU 10 mai 2021
{{ item.details|raw }}
{% if item.biblio and item.biblio.files|length %}

Document(s) joint(s)

{% for o in item.biblio.files %}
{% set doc = o %}

{{doc.name ? doc.name : doc.source}}

{{doc.formatSize}} | {{doc.reading|number_format}} lect. | {{doc.downloads|number_format}} téléch.
{% endfor %}
{% endif %}
{% endblock %}