21 lines
641 B
Plaintext
21 lines
641 B
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<p>
|
|
The following participants will be excluded from the allocation #
|
|
since they have not been assigned a central priority:
|
|
<div .allocation-missing-prios>
|
|
<ul>
|
|
$forall User{userDisplayName, userSurname, userMatrikelnummer} <- usersWithoutPrio
|
|
<li>
|
|
^{nameWidget userDisplayName userSurname}
|
|
$maybe matrikel <- userMatrikelnummer
|
|
\ (#{matrikel})
|
|
^{checkBoxFieldView}
|
|
<p>
|
|
Participants, that are excluded from the allocation, will not be #
|
|
assigned any places.
|