{% extends "media/sidebar.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% block title %}Media{% endblock %} {% block content %}

Liste des medias

{% if perms.media.add_media %} Ajouter un media {% endif %} {% include "media/aff_medias.html" with medias_list=medias_list %} {% endblock %}