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

Liste des emprunts

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