fradrive/templates/tutorial-participants.hamlet
2025-02-28 16:59:09 +01:00

29 lines
782 B
Plaintext

$newline never
$# SPDX-FileCopyrightText: 2022-25 Sarah Vaupel <sarah.vaupel@ifi.lmu.de>,Sarah Vaupel <vaupel.sarah@campus.lmu.de>,Steffen Jost <s.jost@fraport.de>
$#
$# SPDX-License-Identifier: AGPL-3.0-or-later
<section>
<dl .deflist>
<dt .deflist__dt>_{MsgTableTutorialOccurrence}
<dd .deflist__dd>
^{occurrencesWidget tutorialRoomHidden tutorialTime}
<dt .deflist__dt>_{MsgTableTutorialTutors}
<dd .deflist__dd>
<ul>
$forall (Entity _ usr) <- tutors
<li>
^{userEmailWidget usr}
<section>
^{participantTable}
<section>
$# <h2 .show-hide__toggle uw-show-hide data-show-hide-collapsed>
<h2>
_{MsgExamFormOccurrences}
<div>
<p>
$if hasExams
^{gtaForm}
$else
^{mkExamCreateBtn}