{% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% if jeux_list.paginator %} {% include "pagination.html" with list=jeux_list %} {% endif %} {% for jeu in jeux_list %} {% endfor %}
Nom Proprietaire Durée Joueurs min Joueurs max Comment
{{ jeu.nom }} {{ jeu.proprietaire }} {{ jeu.duree }} {{ jeu.nombre_joueurs_min }} {{ jeu.nombre_joueurs_max }} {{ jeu.comment }} {% if perms.media.change_jeu %} Éditer {% endif %} {% if perms.media.delete_jeu %} Supprimer {% endif %}