initial
This commit is contained in:
14
templates/payings.html
Normal file
14
templates/payings.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user