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

Liste des auteurs

{% if user.is_staff %} {% trans 'Go to admin' %} {% endif %} {% include "media/aff_auteurs.html" with auteurs_list=auteurs_list %} {% endblock %}