fradrive/templates/table/course/colonnade.hamlet
2019-07-22 16:39:24 +02:00

12 lines
320 B
Plaintext

$newline never
<div .scrolltable>
<table *{dbsAttrs'}>
<tbody>
$if null wRows && (dbsEmptyStyle == DBESHeading)
<tr .table__row>
<td .table__td colspan=#{show columnCount}>
_{dbsEmptyMessage}
$else
$forall row <- wRows
<tr .table__row>
^{row}