fradrive/templates/term/active-mass-input/layout.hamlet
2021-06-08 15:13:08 +02:00

21 lines
436 B
Plaintext

$newline never
<table>
<thead>
<tr>
<th>
_{MsgTermFormActiveFrom}
<th>
_{MsgTermFormActiveTo}
<th>
_{MsgTermFormActiveFor}
<td>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput__cell>
^{cellWdgts ! coord}
<td>
^{fvWidget (delButtons ! coord)}
<tfoot>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}