{% extends "base.html" %} {% block title %}Sélection du profil{% endblock title %} {% block main %} <h1>Sélection du profil</h1> Vous êtes connecté. Votre compte correspond à deux profils : <ul> <li>en tant que colleur : {{ profil.colleur }} ; Classes : {{ profil.colleur.get_classes|join:"; " }}</li> <li>en tant qu'étudiant : {{ profil.etudiant }} classe : {{ profil.etudiant.classe }}.</li> </ul> {% endblock main %}