This commit is contained in:
@ -83,7 +83,7 @@
|
||||
<div class="row mb-2">
|
||||
<div class="col-sm-2">Rolle:</div>
|
||||
<span class="col-sm-10"> <span th:if="${b.isTeacher()}">Mitarbeiter</span> <span th:if="${b.isStudent()}">Teilnehmer</span> <span th:if="${b.isDirector()}">Leiter</span> <span
|
||||
th:if="${b.isFeeder()}">Küchenteam</span>
|
||||
th:if="${b.isFeeder()}">Küchenteam</span> <span th:if="${b.isObserver()}">Mitarbeiterkind</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
|
Reference in New Issue
Block a user