eva/evapp/templates/evapp/department_mail.txt

32 lines
735 B
Plaintext
Raw Normal View History

2022-02-07 13:54:40 +00:00
{% load i18n %}
(english below)
2021-01-20 08:18:18 +00:00
Hallo!
Es gibt einen Neuzugang bei Wikimedia! Hier ( https://wiki.wikimedia.de/wiki/Onboarding ) kannst Du nachsehen,
2021-01-20 08:18:18 +00:00
welche Schritte jetzt für Deine Abteilung nötig werden. Im Folgenden alle Daten,
die Du dafür brauchst:
{% include 'evapp/dataloop.txt' %}
2021-05-18 07:42:00 +00:00
Wenn Du Fragen hast, melde Dich bei {{contact}}.
2021-01-20 08:18:18 +00:00
Grüße, Deine E.V.A.
-------------------------
2022-02-07 13:54:40 +00:00
{% language 'en' %}
Hi!
There is a new employee at Wikimedia! Here ( https://wiki.wikimedia.de/wiki/Onboarding ) you can see, which
steps are now necessary for your department.
All Data you need for this:
{% include 'evapp/dataloop.txt' %}
If you have any questions please write to {{contact}}.
Regards, Your E.V.A.
2022-02-07 13:54:40 +00:00
{% endlanguage %}