14 lines
253 B
HTML
14 lines
253 B
HTML
<h2>Zahlungen von {{member-name}}</h2>
|
|
{{form}}
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Datum</th>
|
|
<th>Betrag</th>
|
|
<th>Eingetragen von</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{payings}}
|
|
</tbody>
|
|
</table> |