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

Liste des jeux

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