17 lines
444 B
HTML
17 lines
444 B
HTML
<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>
|
|
<a href="memberlistdownload">Mitgliederliste als Excel herunterladen</a>
|