]> wagnertech.de Git - SVBaL.git/blob - python/eh_util/ausweis/templates/aus_index.html
Merge branch 'master' of http://wagnertech.de/git/SVBaL
[SVBaL.git] / python / eh_util / ausweis / templates / aus_index.html
1 <html>
2 <head>
3         <title>Siedlerverein-Verwaltung by WagnerTech UG</title>
4 </head>
5 <body>
6 <h1>Erstellung Mitgliederausweise</h1>
7 {% if csv_datei_name %}
8         <p>S-Verein-Export: {{csv_datei_name}}</p>
9         <p><a href="upload">Datei ändern</a></p>
10 {% else %}
11         <p><a href="upload">Datei hochladen</a></p>
12 {% endif %}
13 <p><a href="anschreiben">Anschreiben erstellen</a></p>
14 <p><a href="alle_ausweise">Alle Ausweise erstellen</a></p>
15 <p><a href="einzelausweis">Einzelnen Ausweis erstellen</a></p>
16 </body>
17 </html>