fradrive/templates/i18n/allocation-confirm-missing-prios/en-eu.hamlet
2020-03-15 17:17:40 +01:00

16 lines
519 B
Plaintext

$newline never
<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.