initial
This commit is contained in:
15
templates/members.html
Normal file
15
templates/members.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<a href="newmember">Neues Mitglied eintragen</a>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mitglieds-Nr.</th>
|
||||
<th>Name</th>
|
||||
<th>Email-Adresse</th>
|
||||
<th>Letzte Zahlung</th>
|
||||
<th>Mitglied seit</th>
|
||||
<th>Mitgliedsstatus</th>
|
||||
<th>Aktionen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{{memberlist}}
|
||||
</table>
|
||||
Reference in New Issue
Block a user