#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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user