{% extends "Palto/base/base-features.html" %} {% load static %} {% block page-title %} Groupe Étudiant {{ group.name }} {% endblock %} {% block navigation-title %} Groupe Étudiant {{ group.name }} {% endblock %} {% block style %} {{ block.super }} {% endblock %} {% block body %} {{ block.super }} {# group's information #}
Identifiant | {{ group.id }} |
---|---|
Nom | {{ group.name }} |
Département | {{ group.department }} |
Propriétaire | {{ group.owner }} |
Étudiants |
---|
{{ student }} |