This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/participants-list.hamlet
2021-03-16 16:40:57 +01:00

18 lines
614 B
Plaintext

$newline never
<div .scrolltable .scrolltable--bordered>
<table .table .table--striped .table--hover>
<thead>
<tr .table__row .table__row--head>
<th .table__th>_{MsgTableTerm}
$forall school <- schools
<th .table__th>#{unSchoolKey school}
<tbody>
$forall term <- terms
<tr .table__row>
<th .table__th>_{ShortTermIdentifier (unTermKey term)}
$forall school <- schools
<td .table__td>
$if Set.member (school, term) schoolTerms
<a href=@{ParticipantsR term school}>
#{iconFileCSV}