some work on mail template if_mail.txt

This commit is contained in:
Benni Bärmann 2020-10-27 14:13:53 +01:00
parent 33387f7648
commit d583bf7c91
1 changed files with 19 additions and 2 deletions

View File

@ -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 %}