Mon équipe

Le fichier a été correctement envoyé !
Nom de l'équipe : getName() ?>
Trigramme : getTrigram() ?>
Problème : getProblem() ?>
getEncadrantId() !== null) { $encadrant = User::fromId($team->getEncadrantId()); $id = $encadrant->getId(); if ($_SESSION["role"] == Role::ADMIN) echo "Encadrant : getFirstName() . " " . $encadrant->getSurname() . "\">" . $encadrant->getFirstName() . " " . $encadrant->getSurname() . "
"; else echo "Encadrant : " . $encadrant->getFirstName() . " " . $encadrant->getSurname() . "
"; } for ($i = 1; $i <= 5; ++$i) { if ($team->getParticipants()[$i - 1] == NULL) continue; $participant = User::fromId($team->getParticipants()[$i - 1]); $id = $participant->getId(); if ($_SESSION["role"] == Role::ADMIN) echo "Participant $i : getFirstName() . " " . $participant->getSurname() . "\">" . $participant->getFirstName() . " " . $participant->getSurname() . "
"; else echo "Participant $i : " . $participant->getFirstName() . " " . $participant->getSurname() . "
"; } ?>
Code d'accès : getAccessCode() ?>
Autorise Animath à diffuser mes vidéos : allowPublish() ? "oui" : "non" ?> (changer)
= $CONFIG->getInscriptionDate() && $team->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
La date limite d'inscription est dépassée, vous ne pouvez plus demander la validation de votre équipe.
getValidationStatus() == ValidationStatus::NOT_READY && date("Y-m-d H:i:s") <= $CONFIG->getInscriptionDate()) { ?>

Autorisation de droit à l'image

getValidationStatus() == ValidationStatus::NOT_READY) { ?>


getValidationStatus() == ValidationStatus::WAITING) { ?>
Votre équipe est en attente de validation.