#300 Extend mail templates

* extends all relevant mail templates such that municipals of an entry will be shown in the mail
This commit is contained in:
2023-02-23 10:17:45 +01:00
parent e1259b276c
commit bf41559c56
23 changed files with 383 additions and 158 deletions

View File

@@ -14,6 +14,16 @@
<br>
<strong>{{obj_title}}</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'This means, the responsible registration office just confirmed the correctness of this dataset.' %}
<br>
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>{{obj_title}}</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'This means, the responsible registration office just confirmed the correctness of this dataset.' %}
<br>
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'If this should not have been happened, please contact us. See the signature for details.' %}
<br>
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'If this should not have been happened, please contact us. See the signature for details.' %}
<br>
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'This means the data is now publicly available, e.g. in LANIS' %}
<br>
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'This means the data is now publicly available, e.g. in LANIS' %}
<br>
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'This means the data is no longer publicly available.' %}
<br>
<br>

View File

@@ -14,6 +14,17 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
<br>
{% endfor %}
</ul>
{% trans 'This means the data is no longer publicly available.' %}
<br>
<br>

View File

@@ -18,6 +18,16 @@
{% endif %}
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
<br>
{% trans 'Best regards' %}
<br>
KSP

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'This means you can now edit this dataset.' %}
{% trans 'The shared dataset appears now by default on your overview for this dataset type.' %}
<br>

View File

@@ -14,6 +14,17 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<br>
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'This means you can now edit this dataset.' %}
{% trans 'The shared dataset appears now by default on your overview for this dataset type.' %}
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'However, you are still able to view the dataset content.' %}
{% trans 'Please use the provided search filter on the dataset`s overview pages to find them.' %}
<br>

View File

@@ -14,6 +14,16 @@
<br>
<strong>"{{obj_title}}"</strong>
<br>
<br>
{% trans 'This entry is located in' %}
<ul>
{% for municipal in municipals_names %}
<li>{{municipal}}</li>
{% empty %}
</ul>
{% trans 'Unknown - No administrative location recognized' %}
{% endfor %}
</ul>
{% trans 'However, you are still able to view the dataset content.' %}
{% trans 'Please use the provided search filter on the dataset`s overview pages to find them.' %}
<br>