Tournoi de " . $tournament->getName() . "\n"; $syntheses = $tournament->getAllSyntheses(); /** @var Synthesis $synthesis */ foreach ($syntheses as $synthesis) { $file_id = $synthesis->getFileId(); $dest = $synthesis->getDest(); $version = $synthesis->getVersion(); $team = Team::fromId($synthesis->getTeamId()); $team_name = $team->getName(); $team_trigram = $team->getTrigram(); echo "Note de synthèse de l'équipe $team_name ($team_trigram) pour " . ($dest == DestType::OPPOSANT ? "l'opposant" : "le rapporteur") . ", version $version : Télécharger
"; } echo "
\n"; echo "getId() . "\" />\n"; echo "\n"; echo "

\n"; } require_once "server_files/views/footer.php";