|
|
@ -12,18 +12,35 @@ Der Nutzer mit dem Username {{data.username}} ({{data.email}}) fragt ein(e){% if |
|
|
|
{% elif data.choice == 'LIST' %} Mailingliste |
|
|
|
{% else %} ERROR UNKNOWN FORMTYPE {% endif %} an. |
|
|
|
|
|
|
|
{% if data.choice in ('BIB','ELIT','SOFT','LIT','IFG') %} |
|
|
|
Vorraussichtliche Kosten: {{data.cost}} |
|
|
|
Anmerkungen: {{data.notes}} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% if data.choice in ('MAIL', 'LIST') %} |
|
|
|
Domain: {{data.domain}} |
|
|
|
Adressenbestandteil: {{data.address}} |
|
|
|
{% endif %} |
|
|
|
{% if data.choice == 'BIB' %} |
|
|
|
Bibliothek: {{data.library}} |
|
|
|
Dauer: {{data.duration}} |
|
|
|
{% elif data.choice == 'ELIT' %} |
|
|
|
Datenbank: {{data.library}} |
|
|
|
Dauer: {{data.duration}} |
|
|
|
{% elif data.choice == 'ELIT' %} |
|
|
|
{% elif data.choice == 'SOFT' %} |
|
|
|
Software: {{data.library}} |
|
|
|
Dauer: {{data.duration}} |
|
|
|
{% elif data.choice == 'IFG'%} |
|
|
|
Anfrage-URL: {{data.url}} |
|
|
|
{% elif data.choice == 'LIT'%} |
|
|
|
Info zum Werk: {{data.info}} |
|
|
|
Bezugsquelle: {{data.source}} |
|
|
|
{% elif data.choice == 'MAIL'%} |
|
|
|
Adressenbestandteil frei gewählt: {{data.other}} |
|
|
|
{% elif data.choice == 'VIS'%} |
|
|
|
Wikimedia-Projekt: {{data.project}} |
|
|
|
Persönliche Daten: {{data.data}} |
|
|
|
Variante: {{data.variant}} |
|
|
|
Sendungsadrese: {{data.send_to}} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
Zum Genehmigen hier klicken: {{data.urlprefix}}{% url 'authorize' data.choice data.pk %} |
|
|
|