diff --git a/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_notification.de.email b/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_notification.de.email index c19e127d6a..d51854bd77 100644 --- a/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_notification.de.email +++ b/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_notification.de.email @@ -34,6 +34,23 @@ Stellungnahme:

{% endblock %} +{% block content_text %} +Name: +{{ statement.name }} + +Straße, Hausnummer: +{{ statement.street_number }} + +PLZ, Ort: +{{ statement.postal_code_city }} + +E-Mail Adresse: +{{ statement.email }} + +Stellungnahme: +{{ statement.statement| linebreaks }} +{% endblock %} + {% block cta %}{% endblock %} {% block reason %}Diese E-Mail wurde an {{ receiver }} gesendet. Sie haben die E-Mail erhalten, weil Sie als Sachbearbeiter*in für eine digitale Öffentlichkeitsbeteiligung zu einem Bebauungsplan eingetragen wurden.{% endblock %} diff --git a/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_update_confirmation.de.email b/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_update_confirmation.de.email index 07085f8564..fd784c908d 100644 --- a/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_update_confirmation.de.email +++ b/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/office_worker_update_confirmation.de.email @@ -8,7 +8,7 @@ {% block sub-headline %}{{ bplan.name }}{% endblock %} -{% block content %} +{% block content_html %}

der oben genannte Bebauungsplan wurde auf {{ site.name }} veröffentlicht, geändert oder als Entwurf angelegt. Alle eingehenden Stellungnahmen werden an {{ bplan.office_worker_email }} weitergeleitet.

@@ -21,6 +21,15 @@ Falls der Bebauungsplan nicht korrekt angezeigt wird, können Sie sich an {{ con

{% endblock %} +{% block content_text %} +der oben genannte Bebauungsplan wurde auf {{ site.name }} veröffentlicht, geändert oder als Entwurf angelegt. Alle eingehenden Stellungnahmen werden an {{ bplan.office_worker_email }} weitergeleitet. + +Bebauungsplan-Nr.: {{ bplan.identifier }} +Beteiligungszeitraum: {{ bplan.start_date }} Uhr – {{ bplan.end_date }} Uhr + +Falls der Bebauungsplan nicht korrekt angezeigt wird, können Sie sich an {{ contact_email }} wenden. +{% endblock %} + {% block cta_label %}Zur Projektübersicht{% endblock %} {% block cta_url %}{{ email.get_host }}{{ project_list_url }}{% endblock %} diff --git a/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/submitter_confirmation.de.email b/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/submitter_confirmation.de.email index 8b8a0db07b..9ec1cfbcb2 100644 --- a/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/submitter_confirmation.de.email +++ b/meinberlin/apps/bplan/templates/meinberlin_bplan/emails/submitter_confirmation.de.email @@ -44,6 +44,25 @@ Ihre Stellungnahme

{% endblock %} +{% block content_text %} +Guten Tag, + +vielen Dank für Ihre Stellungnahme. Sie ist an die zuständige Stelle weitergeleitet worden und geht in die Abwägung der öffentlichen und privaten Belange ein. Wenn Sie sich an einer öffentlichen Auslegung beteiligt haben, werden Sie außerdem nach Festsetzung des Bebauungsplans von der verantwortlichen Stelle schriftlich (per E-Mail oder postalisch) über das Ergebnis informiert, sofern Sie Ihre Adresse angegeben haben. + +Ihre Angaben in der Übersicht: + +Name +{{ statement.name }} +Straße, Hausnummer +{{ statement.street_number }} +PLZ, Ort +{{ statement.postal_code_city }} +E-Mail-Adresse +{{ statement.email }} +Ihre Stellungnahme +{{ statement.statement| linebreaks }} +{% endblock %} + {% block cta_label %}Bebauungsplan anzeigen{% endblock %} {% block cta_url %}{{ project.externalproject.url }}{% endblock %} diff --git a/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission.en.email b/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission.en.email index 19b8eefd99..c49f9389c4 100644 --- a/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission.en.email +++ b/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission.en.email @@ -5,7 +5,7 @@ {% block headline %}{{ emailformpage.title }}{% endblock %} -{% block content %} +{% block content_html %}

{{ emailformpage.email_content }}

@@ -17,3 +17,11 @@ {% endfor %} {% endblock %} + +{% block content_text %} + {{ emailformpage.email_content }} + {% for key, value in field_values.items %} + {{key}}: + {{value}} + {% endfor %} +{% endblock %} diff --git a/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission_attached.en.email b/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission_attached.en.email index 90dcd57a36..f38605f4ea 100644 --- a/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission_attached.en.email +++ b/meinberlin/apps/cms/templates/meinberlin_cms/emails/form_submission_attached.en.email @@ -6,7 +6,6 @@ {% block headline %}{{ emailformpage.title }}{% endblock %} {% block content %} -

- {{ emailformpage.email_content }} -

+{{ emailformpage.email_content }} {% endblock %} + diff --git a/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.de.email b/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.de.email index 5d40f5ab3a..d430af36d9 100644 --- a/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.de.email +++ b/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.de.email @@ -5,7 +5,7 @@ {% block headline %}Neue Initiatorenanfrage von {{ user.username }}{% endblock %} -{% block content %} +{% block content_html %}

{{ user.username }} möchte zur Initator*in gemacht werden.

@@ -31,5 +31,20 @@ Datum der Nutzerregistrierung auf meinBerlin

{% endblock %} +{% block content_text %} +{{ user.username }} möchte zur Initator*in gemacht werden. + +Name: +{{ user.username }} +Name der Behörde: +{{ organisation.name }} +Dienstliche E-Mail-Adresse: +{{ user.email }} +Telefonnummer: +{{ phone }} +Datum der Nutzerregistrierung auf meinBerlin: +{{ user.date_joined }} +{% endblock %} + {% block cta_label %}Zur Administration{% endblock %} {% block cta_url %}{{ email.get_host }}{% url 'admin:meinberlin_organisations_organisation_change' organisation.id %}{% endblock %} diff --git a/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.en.email b/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.en.email index ae713495de..54be113d5c 100644 --- a/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.en.email +++ b/meinberlin/apps/initiators/templates/meinberlin_initiators/emails/initiator_request.en.email @@ -5,7 +5,7 @@ {% block headline %}New initiator request by {{ user.username }}{% endblock %} -{% block content %} +{% block content_html %}

{{ user.username }} wants to become an initiator.

@@ -31,5 +31,21 @@ Date of registration on meinBerlin

{% endblock %} + +{% block content_text %} +{{ user.username }} wants to become an initiator. + +Name: +{{ user.username }} +Name of the Organisation: +{{ organisation.name }} +Email address: +{{ user.email }} +Phone number: +{{ phone }} +Date of registration on meinBerlin: +{{ user.date_joined }} +{% endblock %} + {% block cta_label %}Go to Administration{% endblock %} {% block cta_url %}{{ email.get_host }}{% url 'admin:meinberlin_organisations_organisation_change' organisation.id %}{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.de.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.de.email index e18114b3a7..22f31ad5d4 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.de.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.de.email @@ -7,7 +7,7 @@ {% block greeting %}Hallo {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

{{ action.actor.username }} hat Ihren Beitrag kommentiert:

@@ -21,6 +21,16 @@ Möchten Sie antworten?

{% endblock %} +{% block content_text %} +{{ action.actor.username }} hat Ihren Beitrag kommentiert: + +{% if action.obj.comment %} +"{{ action.obj.comment|truncatewords:75 }}" +{% endif %} + +Möchten Sie antworten? +{% endblock %} + {% block cta_url %}{% if action.obj.get_absolute_url %}{{ email.get_host }}{{ action.obj.get_absolute_url }}{% else %}{{ email.get_host }}{{ action.project.get_absolute_url }}{% endif %}{% endblock %} {% block cta_label %}{% if action.obj.get_absolute_url %}Beitrag anzeigen{% else %}Projekt anzeigen{% endif %}{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.en.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.en.email index e8233bfd5c..14167e05fe 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.en.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator.en.email @@ -7,7 +7,7 @@ {% block greeting %}Hello {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

{{ action.actor.username }} commented on your post:

@@ -21,6 +21,16 @@ Would you like to answer?

{% endblock %} +{% block content_text %} +{{ action.actor.username }} commented on your post: + +{% if action.obj.comment %} +"{{ action.obj.comment|truncatewords:75 }}" +{% endif %} + +Would you like to answer? +{% endblock %} + {% block cta_url %}{% if action.obj.get_absolute_url %}{{ email.get_host }}{{ action.obj.get_absolute_url }}{% else %}{{ email.get_host }}{{ action.project.get_absolute_url }}{% endif %}{% endblock %} {% block cta_label %}{% if action.obj.get_absolute_url %}View Post{% else %}Visit the project{% endif %}{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.de.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.de.email index 79d1d249cf..64f39a9587 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.de.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.de.email @@ -11,7 +11,7 @@ {% endblock %} -{% block content %} +{% block content_html %}

{{ object.module.project.organisation.name }} hat auf Ihren Beitrag reagiert. @@ -31,6 +31,19 @@ Möchten Sie antworten?

{% endblock %} +{% block content_text %} +{{ object.module.project.organisation.name }} hat auf Ihren Beitrag reagiert. + +{% if object.moderator_status %} +Der Status Ihres Beitrags hat sich geändert und steht nun auf “{{ object.get_moderator_status_display }}”. +{% endif %} + +Rückmeldung: +{{ object.moderator_feedback_text.feedback_text | safe }} + +Möchten Sie antworten? +{% endblock %} + {% block cta_url %}{% if object.get_absolute_url %}{{ email.get_host }}{{ object.get_absolute_url }}{% else %}{{ email.get_host }}{{ object.project.get_absolute_url }}{% endif %}{% endblock %} {% block cta_label %}{% if object.get_absolute_url %}Beitrag anzeigen{% else %}Projekt anzeigen{% endif %}{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.en.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.en.email index 329728b61c..f023ae30d8 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.en.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_creator_on_moderator_feedback.en.email @@ -11,7 +11,7 @@ {% endblock %} -{% block content %} +{% block content_html %}

{{ object.module.project.organisation.name }} reacted on your contribution. @@ -32,6 +32,20 @@ Do you want to answer?

{% endblock %} +{% block content_text %} +{{ object.module.project.organisation.name }} reacted on your contribution. + +{% if object.moderator_status %} +The status of your contribution has been changed and is now “{{ object.get_moderator_status_display }}". +{% endif %} + +{% if object.moderator_feedback_text.feedback_text %} +Feedback: {{ object.moderator_feedback_text.feedback_text | safe }} +{% endif %} + +Do you want to answer? +{% endblock %} + {% block cta_url %}{% if object.get_absolute_url %}{{ email.get_host }}{{ object.get_absolute_url }}{% else %}{{ email.get_host }}{{ object.project.get_absolute_url }}{% endif %}{% endblock %} {% block cta_label %}{% if object.get_absolute_url %}Check your contribution{% else %}Visit the project{% endif %}{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.de.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.de.email index 467378819f..0d7e60a7b0 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.de.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.de.email @@ -7,7 +7,7 @@ {% block greeting %}Hallo {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

am {{ action.obj.date }} Uhr findet die folgende Veranstaltung statt:

@@ -19,6 +19,13 @@ Weitere Informationen zu der Veranstaltung finden Sie im Projekt.

{% endblock %} +{% block content_text %} +am {{ action.obj.date }} Uhr findet die folgende Veranstaltung statt: +{{ action.obj.name }} + +Weitere Informationen zu der Veranstaltung finden Sie im Projekt. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ action.obj.get_absolute_url }}{% endblock %} {% block cta_label %}Veranstaltung anzeigen{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.en.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.en.email index 2c41e296c8..1634fe94ff 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.en.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_event_upcoming.en.email @@ -7,7 +7,7 @@ {% block greeting %}Hello {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

The following event takes place on {{ action.obj.date }}:

@@ -19,6 +19,13 @@ Further information about the event can be found in the project.

{% endblock %} +{% block content_text %} +The following event takes place on {{ action.obj.date }}: +{{ action.obj.name }} + +Further information about the event can be found in the project. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ action.obj.get_absolute_url }}{% endblock %} {% block cta_label %}Show Event{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.de.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.de.email index 7c52e16483..bd274ebd1d 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.de.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.de.email @@ -7,7 +7,7 @@ {% block greeting %}Hallo {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

die Online-Beteiligung im oben genannten Projekt endet bald.

@@ -16,6 +16,12 @@ die Online-Beteiligung im oben genannten Projekt endet bald.

{% endblock %} +{% block content_text %} +die Online-Beteiligung im oben genannten Projekt endet bald. + +Sie können noch bis zum {{ action.obj.end_date }} Uhr daran teilnehmen. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ action.obj.module.get_detail_url }}{% endblock %} {% block cta_label %}Jetzt mitmachen{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.en.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.en.email index f594e06635..6c4b8c0d24 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.en.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_over_soon.en.email @@ -7,7 +7,7 @@ {% block greeting %}Hello {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

the online participation in the above mentioned project will end soon.

@@ -16,6 +16,12 @@ the online participation in the above mentioned project will end soon.

{% endblock %} +{% block content_text %} +the online participation in the above mentioned project will end soon. + +You can still participate until {{ action.obj.end_date }}. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ action.obj.module.get_detail_url }}{% endblock %} {% block cta_label %}Join now{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.de.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.de.email index e4080feff5..b972360f30 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.de.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.de.email @@ -7,7 +7,7 @@ {% block greeting %}Hallo {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

die Online-Beteiligung im oben genannten Projekt hat begonnen.

@@ -16,6 +16,12 @@ die Online-Beteiligung im oben genannten Projekt hat begonnen.

{% endblock %} +{% block content_text %} +die Online-Beteiligung im oben genannten Projekt hat begonnen. + +Sie können bis zum {{ action.obj.end_date }} Uhr daran teilnehmen. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ action.obj.module.get_detail_url }}{% endblock %} {% block cta_label %}Jetzt mitmachen{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.en.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.en.email index 3db21df3de..4f91477ea0 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.en.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_followers_phase_started.en.email @@ -7,15 +7,21 @@ {% block greeting %}Hello {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

Online participation for the above project has started.

-You can participate untill {{ action.obj.end_date }}. +You can participate until {{ action.obj.end_date }}.

{% endblock %} +{% block content_text %} +Online participation for the above project has started. + +You can participate until {{ action.obj.end_date }}. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ action.obj.module.get_detail_url }}{% endblock %} {% block cta_label %}Join now{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.de.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.de.email index c098695270..bef56aaad8 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.de.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.de.email @@ -9,9 +9,7 @@ {% block greeting %}Hallo {{ receiver.username }},{% endblock %} {% block content %} -

{{ creator.username }} hat ein neues Projekt für {{ project.organisation.name }} angelegt. -

{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.en.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.en.email index fa2c4c062b..7c368f82c4 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.en.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_initiators_project_created.en.email @@ -9,9 +9,7 @@ {% block greeting %}Hello {{ receiver.username }},{% endblock %} {% block content %} -

{{ creator.username }} created a new project for {{ project.organisation.name }}. -

{% endblock %} {% block cta_url %}{{ email.get_host }}{{ project.get_absolute_url }}{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.de.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.de.email index 74931ea5fd..d287ca1473 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.de.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.de.email @@ -8,7 +8,7 @@ {% block greeting %}Hallo {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

es gibt einen neuen Beitrag in dem Projekt, das Sie moderieren.

@@ -18,7 +18,14 @@ es gibt einen neuen Beitrag in dem Projekt, das Sie moderieren.

„{{ action.obj }}“

-{% endblock%} +{% endblock %} + +{% block content_text %} +es gibt einen neuen Beitrag in dem Projekt, das Sie moderieren. + +{{ action.actor.username }} schrieb am {{ action.timestamp|date:"d. F Y, H:i"}} Uhr: +„{{ action.obj }}“ +{% endblock %} {% block cta_url %}{% if action.obj.get_absolute_url %}{{ email.get_host }}{{ action.obj.get_absolute_url }}{% else %}{{ email.get_host }}{{ action.project.get_absolute_url }}{% endif %}{% endblock %} {% block cta_label %}{% if action.obj.get_absolute_url %}Beitrag anzeigen{% else %}Projekt anzeigen{% endif %}{% endblock %} diff --git a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.en.email b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.en.email index 96031d61b8..03fd9b8266 100644 --- a/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.en.email +++ b/meinberlin/apps/notifications/templates/meinberlin_notifications/emails/notify_moderator.en.email @@ -8,7 +8,7 @@ {% block greeting %}Hello {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

there is a new post in the project you are moderating.

@@ -20,6 +20,14 @@ there is a new post in the project you are moderating.

{% endblock %} + +{% block content_text %} +there is a new post in the project you are moderating. + +{{ action.actor.username }} wrote on {% language 'en' %}{{ action.timestamp }}{% endlanguage %}: +"{{ action.obj }}" +{% endblock %} + {% block cta_url %}{% if action.obj.get_absolute_url %}{{ email.get_host }}{{ action.obj.get_absolute_url }}{% else %}{{ email.get_host }}{{ action.project.get_absolute_url }}{% endif %}{% endblock %} {% block cta_label %}{% if action.obj.get_absolute_url %}Show input{% else %}Visit the project{% endif %}{% endblock %} diff --git a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.de.email b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.de.email index 7e08ae4e8b..fae2a7d556 100644 --- a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.de.email +++ b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.de.email @@ -6,7 +6,7 @@ {% block sub-headline%}{{ moderatorinvite.project.name }}{% endblock %} -{% block content %} +{% block content_html %}

Sie wurden von „{{moderatorinvite.project.organisation}}“ eingeladen, das oben genannte Projekt auf der Beteiligungsplattform {{ site.name }} zu moderieren.

@@ -21,6 +21,16 @@ Sie haben Fragen? Schreiben Sie an {{ contact_email }}.

{% endblock %} +{% block content_text %} +Sie wurden von „{{moderatorinvite.project.organisation}}“ eingeladen, das oben genannte Projekt auf der Beteiligungsplattform {{ site.name }} zu moderieren. + +Wenn Sie die Einladung annehmen, können Sie das Projekt und alle eingereichten Beiträge bearbeiten oder löschen. Außerdem können Sie sich als Moderator*in gekennzeichnet an der Diskussion beteiligen. + +In unserer Netiquette finden Sie unsere Diskussionsregeln: {{ email.get_host }}/netiquette/. + +Sie haben Fragen? Schreiben Sie an {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ moderatorinvite.get_absolute_url }}{% endblock %} {% block cta_label %}Einladung annehmen{% endblock %} diff --git a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.en.email b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.en.email index 4076f53fbc..49e5d8170b 100644 --- a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.en.email +++ b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_moderator.en.email @@ -6,7 +6,7 @@ {% block sub-headline%}{{ moderatorinvite.project.name }}{% endblock %} -{% block content %} +{% block content_html %}

You were invited by "{{moderatorinvite.project.organisation}}" to moderate the above-mentioned project on the participation platform {{ site.name }}.

@@ -21,6 +21,16 @@ You have questions? Please write to {{ contact_email }}.

{% endblock %} +{% block content_text %} +You were invited by "{{moderatorinvite.project.organisation}}" to moderate the above-mentioned project on the participation platform {{ site.name }}. + +If you accept the invitation, you can edit or delete the project and all submitted contributions. In addition, you can participate in the discussion marked as moderator. + +In our Netiquette you will find our discussion rules: {{ email.get_host }}/netiquette/ + +You have questions? Please write to {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ moderatorinvite.get_absolute_url }}{% endblock %} {% block cta_label %}Accept invitation{% endblock %} diff --git a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.de.email b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.de.email index e3d774959c..44a7f74189 100644 --- a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.de.email +++ b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.de.email @@ -6,7 +6,7 @@ {% block sub-headline%}{{ participantinvite.project.name }}{% endblock %} -{% block content %} +{% block content_html %}

Sie wurden zur Teilnahme an einem {% if participantinvite.project.is_semipublic %}halb-öffentlichen{% else %}privaten{% endif %} Projekt auf {{ site.name }} eingeladen. {{ site.name }} ist die Beteiligungsplattform des Landes Berlin. Hier werden Sie um Ihre Meinung zu Projekten der Berliner Verwaltung gebeten. Sie wurden eingeladen von „{{ participantinvite.project.organisation }}".

@@ -21,6 +21,16 @@ Sie haben Fragen? Schreiben Sie an {{ contact_email }}.

{% endblock %} +{% block content_text %} +Sie wurden zur Teilnahme an einem {% if participantinvite.project.is_semipublic %}halb-öffentlichen{% else %}privaten{% endif %} Projekt auf {{ site.name }} eingeladen. {{ site.name }} ist die Beteiligungsplattform des Landes Berlin. Hier werden Sie um Ihre Meinung zu Projekten der Berliner Verwaltung gebeten. Sie wurden eingeladen von „{{ participantinvite.project.organisation }}". + +Klicken Sie jetzt auf „Einladung annehmen", um an dem Projekt teilzunehmen. Sollten Sie noch nicht auf {{ site.name }} registriert sein, ist dies in wenigen Schritten möglich. Bitte beachten Sie: Diese Einladung ist nur für Sie persönlich bestimmt. + +Wir freuen uns auf Ihren Beitrag! + +Sie haben Fragen? Schreiben Sie an {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ participantinvite.get_absolute_url }}{% endblock %} {% block cta_label %}Einladung annehmen{% endblock %} diff --git a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.en.email b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.en.email index 1562eab4d0..2523e9ffd0 100644 --- a/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.en.email +++ b/meinberlin/apps/projects/templates/meinberlin_projects/emails/invite_participant.en.email @@ -6,7 +6,7 @@ {% block sub-headline%}{{ participantinvite.project.name }}{% endblock %} -{% block content %} +{% block content_html %}

You were invited to participate in a {% if participantinvite.project.is_semipublic %}semi-public{% else %}private{% endif %} project at {{ site.name }}. {{ site.name }} is the participation platform of the state of Berlin. Here you are asked for your opinion on projects of the Berlin administration. You were invited by "{{ participantinvite.project.organisation }}".

@@ -21,6 +21,16 @@ You have questions? Please write to {{ contact_email }}.

{% endblock %} +{% block content_text %} +You were invited to participate in a {% if participantinvite.project.is_semipublic %}semi-public{% else %}private{% endif %} project at {{ site.name }}. {{ site.name }} is the participation platform of the state of Berlin. Here you are asked for your opinion on projects of the Berlin administration. You were invited by "{{ participantinvite.project.organisation }}". + +Click on "Accept invitation" to participate in the project. If you are not yet registered on {{ site.name }}, you can do so in a few steps. Please note: This invitation is only for you personally. + +We look forward to your contribution! + +You have questions? Please write to {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{{ participantinvite.get_absolute_url }}{% endblock %} {% block cta_label %}Accept invitation{% endblock %} diff --git a/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.de.email b/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.de.email index 82284db4d6..26a62f8ec1 100644 --- a/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.de.email +++ b/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.de.email @@ -6,7 +6,7 @@ {% block greeting %}Hallo {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

herzlich Willkommen auf {{ site.name }}, der Partizipationsplattform des Landes Berlin!

@@ -21,6 +21,16 @@ Bei Fragen können Sie sich an {{ contact_email }} wenden.

{% endblock %} +{% block content_text %} +herzlich Willkommen auf {{ site.name }}, der Partizipationsplattform des Landes Berlin! + +Hier finden Sie Projekte der Berliner Verwaltung, an denen Sie sich online und offline beteiligen können. + +Nutzen Sie Ihre Chance und gestalten Sie Berlin mit. Ihre Meinung ist uns wichtig! + +Bei Fragen können Sie sich an {{ contact_email }} wenden. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{% url 'meinberlin_plans:plan-list' %}{% endblock %} {% block cta_label %}zur Projektübersicht{% endblock %} diff --git a/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.en.email b/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.en.email index a8ea6ed5b8..edadbf70ec 100644 --- a/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.en.email +++ b/meinberlin/apps/users/templates/meinberlin_users/emails/welcome.en.email @@ -6,7 +6,7 @@ {% block greeting %}Hello {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

welcome to {{ site.name }}, the participation platform of the state of Berlin!

@@ -21,6 +21,16 @@ If you have any questions, please contact {{ contact_email }}.

{% endblock %} +{% block content_text %} +welcome to {{ site.name }}, the participation platform of the state of Berlin! + +Here you will find projects of the Berlin administration in which you can participate online and offline. + +Take your chance and help shape Berlin. Your opinion is important to us! + +If you have any questions, please contact {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{% url 'meinberlin_plans:plan-list' %}{% endblock %} {% block cta_label %}To project overview{% endblock %} diff --git a/meinberlin/templates/a4reports/emails/report_moderators.de.email b/meinberlin/templates/a4reports/emails/report_moderators.de.email index 4ea6b22eff..22439fed16 100644 --- a/meinberlin/templates/a4reports/emails/report_moderators.de.email +++ b/meinberlin/templates/a4reports/emails/report_moderators.de.email @@ -9,7 +9,7 @@ {% block greeting %}Hallo {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

in dem von Ihnen moderierten Projekt wurde ein Beitrag als unangemessen gemeldet.

@@ -25,6 +25,17 @@ Als Moderator*in können Sie den Beitrag löschen, sollte er nicht unserer {% endblock %} +{% block content_text %} +in dem von Ihnen moderierten Projekt wurde ein Beitrag als unangemessen gemeldet. + +Gemeldeter Beitrag: „{{ report.content_object }}“, +erstellt von {{ report.content_object.creator.username }} am {% language 'de' %} {{ report.content_object.created|date:"d. F Y, H:i"}} Uhr.{% endlanguage %} + +Gemeldet von {{ report.creator.username }} mit folgender Begründung: „{{ report.description }}“ + +Als Moderator*in können Sie den Beitrag löschen, sollte er nicht unserer Netiquette ({{ email.get_host }}/netiquette/) entsprechen. +{% endblock %} + {% block cta_url %}{{ email.get_host }}{% firstof report.content_object.get_absolute_url report.content_object.content_object.get_absolute_url report.content_object.content_object.content_object.get_absolute_url report.project %}{% endblock %} {% block cta_label %}Beitrag prüfen{% endblock %} diff --git a/meinberlin/templates/a4reports/emails/report_moderators.en.email b/meinberlin/templates/a4reports/emails/report_moderators.en.email index 352f464564..2c0cedc569 100644 --- a/meinberlin/templates/a4reports/emails/report_moderators.en.email +++ b/meinberlin/templates/a4reports/emails/report_moderators.en.email @@ -9,7 +9,7 @@ {% block greeting %}Hello {{ receiver.username }},{% endblock %} -{% block content %} +{% block content_html %}

in the project you moderate, a contribution was reported as inappropriate.

@@ -25,6 +25,17 @@ As a moderator* you can delete the post if it does not comply with our
Sie erhalten diese E-Mail, weil Sie oder jemand anderes versucht haben, sich für ein Konto mit folgender E-Mail-Adresse anzumelden: @@ -15,6 +15,17 @@ Falls Sie dies vergessen haben, verwenden Sie bitte das Verfahren "Passwort vergessen", um Ihr Konto wiederherzustellen:

+{% endblock %} + {% block cta_url %}{{ password_reset_url }}{% endblock %} {% block cta_label %}Passwort zurücksetzen{% endblock %} + +{% block content_text %} +Sie erhalten diese E-Mail, weil Sie oder jemand anderes versucht haben, +sich für ein Konto mit folgender E-Mail-Adresse anzumelden: +{{ email }} + +Es existiert jedoch bereits ein Konto mit dieser E-Mail-Adresse. +Falls Sie dies vergessen haben, verwenden Sie bitte das Verfahren "Passwort vergessen", +um Ihr Konto wiederherzustellen: {% endblock %} diff --git a/meinberlin/templates/account/email/account_already_exists.en.email b/meinberlin/templates/account/email/account_already_exists.en.email index 40559f7b90..3df852ec2a 100644 --- a/meinberlin/templates/account/email/account_already_exists.en.email +++ b/meinberlin/templates/account/email/account_already_exists.en.email @@ -2,7 +2,7 @@ {% block subject %}Account Already Exists{% endblock %} -{% block content %} +{% block content_html %}

You are receiving this e-mail because you or someone else tried to signup for an account using e-mail address: @@ -15,6 +15,16 @@ forgotten about this, please use the password forgotten procedure to recover your account:

+{% endblock %} + {% block cta_url %}{{ password_reset_url }}{% endblock %} {% block cta_label %}Reset password{% endblock %} + +{% block content_text %} +You are receiving this e-mail because you or someone else tried to signup for an +account using e-mail address: +{{ user.email }} +However, an account using that e-mail address already exists. In case you have +forgotten about this, please use the password forgotten procedure to recover +your account: {% endblock %} diff --git a/meinberlin/templates/account/email/email_confirmation.de.email b/meinberlin/templates/account/email/email_confirmation.de.email index a95fb697ca..0874f8ca5d 100644 --- a/meinberlin/templates/account/email/email_confirmation.de.email +++ b/meinberlin/templates/account/email/email_confirmation.de.email @@ -6,7 +6,7 @@ {% block greeting %}Hallo {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

soll diese E-Mail-Adresse Ihrem Nutzerkonto auf {{ site.name }} hinzugefügt werden?

@@ -24,6 +24,16 @@ Schön, dass Sie {{ site.name }} nutzen um mit uns Berlin zu gestalten!

{% endblock %} +{% block content_text %} +soll diese E-Mail-Adresse Ihrem Nutzerkonto auf {{ site.name }} hinzugefügt werden? +Bitte bestätigen Sie dies durch Klick auf „E-Mail-Adresse hinzufügen“. + +Falls Sie Ihre Meinung geändert haben, können Sie diese E-Mail ignorieren. + +Wenn Sie diese E-Mail nicht angefordert haben oder Hilfe benötigen, wenden Sie sich bitte an {{ contact_email }}. +Schön, dass Sie {{ site.name }} nutzen um mit uns Berlin zu gestalten! +{% endblock %} + {% block cta_url %}{{ activate_url }}{% endblock %} {% block cta_label %}E-Mail-Adresse hinzufügen{% endblock %} diff --git a/meinberlin/templates/account/email/email_confirmation.en.email b/meinberlin/templates/account/email/email_confirmation.en.email index 7ebd21c955..4df964c6fa 100644 --- a/meinberlin/templates/account/email/email_confirmation.en.email +++ b/meinberlin/templates/account/email/email_confirmation.en.email @@ -6,7 +6,7 @@ {% block greeting %}Hello {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

should this e-mail address be added to your account on {{ site.name }}?

@@ -24,6 +24,16 @@ Great that you are using {{ site.name }} to shape Berlin with us!

{% endblock %} +{% block content_text %} +should this e-mail address be added to your account on {{ site.name }}? +Please confirm by clicking on "Add e-mail address" + +If you have changed your mind, you can ignore this e-mail. + +If you have not requested this e-mail or need help, please contact {{ contact_email }}. +Great that you are using {{ site.name }} to shape Berlin with us! +{% endblock %} + {% block cta_url %}{{ activate_url }}{% endblock %} {% block cta_label %}Add e-mail address{% endblock %} diff --git a/meinberlin/templates/account/email/email_confirmation_signup.de.email b/meinberlin/templates/account/email/email_confirmation_signup.de.email index befbde5475..c5503145a8 100644 --- a/meinberlin/templates/account/email/email_confirmation_signup.de.email +++ b/meinberlin/templates/account/email/email_confirmation_signup.de.email @@ -6,7 +6,7 @@ {% block greeting %}Hallo {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

bitte bestätigen Sie Ihre E-Mail-Adresse um Ihr Konto auf {{ site.name }} freizuschalten.

@@ -18,6 +18,13 @@ Bei Fragen können Sie sich an {{ contact_email }} wenden.

{% endblock %} +{% block content_text %} +bitte bestätigen Sie Ihre E-Mail-Adresse um Ihr Konto auf {{ site.name }} freizuschalten. + +Nach der Bestätigung können Sie Ideen und Kommentare anlegen und bewerten und an Umfragen teilnehmen. +Bei Fragen können Sie sich an {{ contact_email }} wenden. +{% endblock %} + {% block cta_url %}{{ activate_url }}{% endblock %} {% block cta_label %}E-Mail-Adresse bestätigen{% endblock %} diff --git a/meinberlin/templates/account/email/email_confirmation_signup.en.email b/meinberlin/templates/account/email/email_confirmation_signup.en.email index c7de3a16bd..5521098b85 100644 --- a/meinberlin/templates/account/email/email_confirmation_signup.en.email +++ b/meinberlin/templates/account/email/email_confirmation_signup.en.email @@ -6,7 +6,7 @@ {% block greeting %}Hello {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

please confirm your e-mail address to activate your account on {{ site.name }}.

@@ -18,6 +18,13 @@ If you have any questions, please contact {{ contact_email }}.

{% endblock %} +{% block content_text %} +please confirm your e-mail address to activate your account on {{ site.name }}. + +After confirmation you can create and rate ideas and comments and participate in polls. +If you have any questions, please contact {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ activate_url }}{% endblock %} {% block cta_label %}Confirm e-mail address{% endblock %} diff --git a/meinberlin/templates/account/email/password_reset_key.de.email b/meinberlin/templates/account/email/password_reset_key.de.email index acd50c915e..a393dd37b2 100644 --- a/meinberlin/templates/account/email/password_reset_key.de.email +++ b/meinberlin/templates/account/email/password_reset_key.de.email @@ -6,7 +6,7 @@ {% block greeting %}Hallo {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

bitte bestätigen Sie, dass Sie Ihr Passwort zurücksetzen möchten.

@@ -21,6 +21,16 @@ Wenn Sie Hilfe benötigen, wenden Sie sich bitte an {{ contact_email }}.

{% endblock %} +{% block content_text %} +bitte bestätigen Sie, dass Sie Ihr Passwort zurücksetzen möchten. + +Falls Sie Ihre Meinung geändert haben oder Ihnen das Passwort wieder eingefallen ist, können Sie diese E-Mail ignorieren. Ihr altes Passwort bleibt bestehen. + +Wenn Sie die Zurücksetzung nicht angefordert haben, stellen Sie bitte sicher, dass Ihr Konto durch ein sicheres Passwort geschützt ist. + +Wenn Sie Hilfe benötigen, wenden Sie sich bitte an {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ password_reset_url }}{% endblock %} {% block cta_label %}Passwort zurücksetzen{% endblock %} diff --git a/meinberlin/templates/account/email/password_reset_key.en.email b/meinberlin/templates/account/email/password_reset_key.en.email index e6a1a57d2a..e89322bdc9 100644 --- a/meinberlin/templates/account/email/password_reset_key.en.email +++ b/meinberlin/templates/account/email/password_reset_key.en.email @@ -6,7 +6,7 @@ {% block greeting %}Hello {{ user.username }},{% endblock %} -{% block content %} +{% block content_html %}

please confirm that you wish to reset your password.

@@ -21,6 +21,16 @@ If you need assistance, please contact {{ contact_email }}.

{% endblock %} +{% block content_text %} +please confirm that you wish to reset your password. + +If you have changed your mind or you have remembered the password, you can ignore this email. Your old password will remain unchanged. + +If you did not request the reset, please make sure that your account is protected by a secure password. + +If you need assistance, please contact {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ password_reset_url }}{% endblock %} {% block cta_label %}Reset password{% endblock %} diff --git a/meinberlin/templates/account/email/unknown_account.de.email b/meinberlin/templates/account/email/unknown_account.de.email index f6261e6ff2..b7e8893bc3 100644 --- a/meinberlin/templates/account/email/unknown_account.de.email +++ b/meinberlin/templates/account/email/unknown_account.de.email @@ -6,7 +6,7 @@ {% block greeting %}Hallo,{% endblock %} -{% block content %} +{% block content_html %}

Sie erhalten diese E-Mail, weil Sie oder eine andere Person eine Passwort-Zurücksetzung für Ihr Nutzerkonto angefordert haben. @@ -23,6 +23,18 @@ Wenn Sie Hilfe benötigen, wenden Sie sich bitte an {{ contact_email }}.

{% endblock %} +{% block content_text %} +Sie erhalten diese E-Mail, weil Sie oder eine andere Person +eine Passwort-Zurücksetzung für Ihr Nutzerkonto angefordert haben. +Wir haben in unserer Datenbank jedoch kein Nutzerkonto mit der E-Mail-Adresse {{ email }} gefunden. + +Bitte registrieren Sie sich zunächst über den unten stehenden Link. + +Sollten Sie kein neues Passwort angefordert haben, können Sie diese E-Mail ignorieren. + +Wenn Sie Hilfe benötigen, wenden Sie sich bitte an {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ signup_url }}{% endblock %} {% block cta_label %}Registrieren{% endblock %} diff --git a/meinberlin/templates/account/email/unknown_account.en.email b/meinberlin/templates/account/email/unknown_account.en.email index 5c8a3b492e..b2318e7e9b 100644 --- a/meinberlin/templates/account/email/unknown_account.en.email +++ b/meinberlin/templates/account/email/unknown_account.en.email @@ -6,7 +6,7 @@ {% block greeting %}Hello,{% endblock %} -{% block content %} +{% block content_html %}

you receive this email because you or someone else requested a password reset for your user account. However, we have not found a user account with the @@ -23,6 +23,18 @@ If you need help, please contact {{ contact_email }}.

{% endblock %} +{% block content_text %} +you receive this email because you or someone else requested a password reset +for your user account. However, we have not found a user account with the +email address {{ email }} in our database. + +Please register first using the link below. + +If you have not requested a new password, you can ignore this email. + +If you need help, please contact {{ contact_email }}. +{% endblock %} + {% block cta_url %}{{ signup_url }}{% endblock %} {% block cta_label %}Register{% endblock %} diff --git a/meinberlin/templates/email_base.txt b/meinberlin/templates/email_base.txt index 72c0052551..6967cc365d 100644 --- a/meinberlin/templates/email_base.txt +++ b/meinberlin/templates/email_base.txt @@ -4,7 +4,8 @@ {% block greeting %}{% translate 'Hello' %},{% endblock %} {% block content %}{% endblock %} -{% block content_left_aligned %}{% endblock %} +{% block content_text %}{% endblock %} +{% block newsletter_content %}{% endblock %} {% block cta %}{% block cta_label %}{% endblock %}: {% block cta_url %}{% endblock %}{% endblock %}