diff --git a/src/open_inwoner/templates/pages/cases/mail-templates/case_document_notification.html b/src/open_inwoner/templates/pages/cases/mail-templates/case_document_notification.html index aa5d577688..c1cc0d6f7c 100644 --- a/src/open_inwoner/templates/pages/cases/mail-templates/case_document_notification.html +++ b/src/open_inwoner/templates/pages/cases/mail-templates/case_document_notification.html @@ -1,76 +1,82 @@ -{% load i18n %} + + + + + + + + + + + + + + + + + + + + + + + + + + + -{% trans "Uw zaak is bijgewerkt op {{ site_name }}" %}, - -{% trans "U ontvangt deze email, omdat er bij een van uw zaken een document als bijlage is toegevoegd. " %}{{ domain }}{% trans " you requested a password reset." %} -{% trans "Please go to the following page and choose a new password: " %} - -{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} - -{% trans "Your username, in case you’ve forgotten: " %}{{ user.get_username }} - -{% trans "With kind regards" %}, -{{ site_name }} - - -{# Form python template: #} -{# "case_document_notification": {#} -{# "name": _("Case document update notification"),#} -{# "description": _(#} -{# "This email is used to notify people that a new document was added to their case"#} -{# ),#} -{# "subject_default": "Uw zaak is bijgewerkt op {{ site_name }}",#} -{# "body_default": """#} -{# #} -{#

Beste

#} -{##} -{#

U ontvangt deze email, omdat er bij een van uw zaken een document als bijlage is toegevoegd.

#} -{##} -{#
 
+

Beste inwoner,

+

Er is een update over één van uw aanvragen beschikbaar:

+
+

Update

+
+

Aanvraag:
Bijzondere bijstand aanvragen

+
+

Zaaknummer:
4500-2023-1010

+
+
+ + +

ⓘ De status is gewijzigd van Aanvraag ontvangen naar Aanvraag in behandeling.

+
+
+
+

U hoeft niets te doen. Zodra er weer een update beschikbaar is ontvangt u hier een melding over.

+

Bekijk aanvraag →

+
+

Met vriendelijke groet,

+

 

+

Gemeente Groningen

+

 

+

 

+
+

Dit bericht is automatisch verzonden. U kunt niet reageren op deze e-mail.

+
#} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{#
Zaakidentificatie{{ identification }}
Zaaktype{{ type_description }}
Startdatum{{ start_date }}
#} -{##} -{#

Ga naar uw zaak

#} -{##} -{#

Met vriendelijke groet,#} -{# {{ site_name }}

#} -{# """,#} -{# "subject": [#} -{# {#} -{# "name": "site_name",#} -{# "description": _("Name of the site."),#} -{# },#} -{# ],#} -{# "body": [#} -{# {#} -{# "name": "identification",#} -{# "description": _("The identification of the case"),#} -{# },#} -{# {#} -{# "name": "type_description",#} -{# "description": _("The description of the type of the case"),#} -{# },#} -{# {#} -{# "name": "start_date",#} -{# "description": _("The start date of the case"),#} -{# },#} -{# {#} -{# "name": "case_link",#} -{# "description": _("The link to the case details."),#} -{# },#} -{# {#} -{# "name": "site_name",#} -{# "description": _("Name of the site"),#} -{# },#} -{# ],#} + + +

Contact opnemen

+

Wilt u contact opnemen met ons?

+ + + + Bekijk onze contactpagina + 📞 Bel naar 14050 + + + +
+ + + + +

Liever geen e-mail notificaties ontvangen? U kunt zich hier uitschrijven

+ + + + diff --git a/src/open_inwoner/templates/pages/cases/mail-templates/case_status_notification.html b/src/open_inwoner/templates/pages/cases/mail-templates/case_status_notification.html deleted file mode 100644 index 5d4fef9faa..0000000000 --- a/src/open_inwoner/templates/pages/cases/mail-templates/case_status_notification.html +++ /dev/null @@ -1,76 +0,0 @@ -{% load i18n %} - -{% trans "Uw zaak is bijgewerkt op {{ site_name }}" %}, - -{% trans "U ontvangt deze email, omdat de status van een van uw zaken is bijgewerkt. " %}{{ domain }}{% trans " you requested a password reset." %} -{% trans "Please go to the following page and choose a new password: " %} - -{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} - -{% trans "Your username, in case you’ve forgotten: " %}{{ user.get_username }} - -{% trans "With kind regards" %}, -{{ site_name }} - - -{# From python template: #} -{# "case_status_notification": {#} -{# "name": _("Case status update notification"),#} -{# "description": _(#} -{# "This email is used to notify people about a new status being set on their case"#} -{# ),#} -{# "subject_default": "Uw zaak is bijgewerkt op {{ site_name }}",#} -{# "body_default": """#} -{#

Beste

#} -{##} -{#

U ontvangt deze email, omdat de status van een van uw zaken is bijgewerkt.

#} -{##} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{# #} -{#
Zaakidentificatie{{ identification }}
Zaaktype{{ type_description }}
Startdatum{{ start_date }}
#} -{##} -{#

Ga naar uw zaak

#} -{##} -{#

Met vriendelijke groet,#} -{# {{ site_name }}

#} -{# """,#} -{# "subject": [#} -{# {#} -{# "name": "site_name",#} -{# "description": _("Name of the site."),#} -{# },#} -{# ],#} -{# "body": [#} -{# {#} -{# "name": "identification",#} -{# "description": _("The identification of the case"),#} -{# },#} -{# {#} -{# "name": "type_description",#} -{# "description": _("The description of the type of the case"),#} -{# },#} -{# {#} -{# "name": "start_date",#} -{# "description": _("The start date of the case"),#} -{# },#} -{# {#} -{# "name": "case_link",#} -{# "description": _("The link to the case details."),#} -{# },#} -{# {#} -{# "name": "site_name",#} -{# "description": _("Name of the site"),#} -{# },#} -{# ],#} -{# },#} diff --git a/src/open_inwoner/templates/pages/cases/mail-templates/case_status_notification_action_required.html b/src/open_inwoner/templates/pages/cases/mail-templates/case_status_notification_action_required.html index 2ac4c47e8d..63d1ba28dd 100644 --- a/src/open_inwoner/templates/pages/cases/mail-templates/case_status_notification_action_required.html +++ b/src/open_inwoner/templates/pages/cases/mail-templates/case_status_notification_action_required.html @@ -13,27 +13,27 @@ - +

Update

- +

Aanvraag:
Bijzondere bijstand aanvragen

- +

Zaaknummer:
4500-2023-1010

- +
+ + + Upload documenten → + +

ⓘ De status is gewijzigd van Aanvraag ontvangen naar Aanvraag in behandeling.

@@ -44,11 +44,11 @@

Update

+ + + Upload documenten → + +

⚠ Wij hebben documenten van u nodig
Upload de documenten tot {{ datum }} 2024

@@ -60,21 +60,15 @@

Update

+ + +
Upload documenten →
+
+
Upload documenten →
- - -

U hoeft niets te doen. Zodra er weer een update beschikbaar is ontvangt u hier een melding over.

-

Bekijk aanvraag →

- -

Met vriendelijke groet,