{% extends 'partials/base.html.twig' %} {% block content %} {% include 'partials/head.html.twig' %}

{{page.header.info}}

fiche de lecture : {{page.header.author }}

{{ page.header.type|join(", ")}}
{% if header.private == 1 %} {% if "lecteur" in grav.user.groups %}
{{t('MEDIA.DOWNLOAD')|e}}
{% else %}
{{t('MEDIA.CONNECTION')|e}}
{% endif %} {% else %}
{{t('MEDIA.DOWNLOAD')|e}}
{% endif %}
{{ page.content }}
{% endblock %}