This commit is contained in:
Torsten Schulz
2023-06-16 11:57:49 +02:00
commit 44da93c0e9
328 changed files with 134580 additions and 0 deletions

15
templates/members.html Normal file
View 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>