summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/sheet_ope.html
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-14 19:22:19 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-14 19:22:19 +0100
commitbe42a9fd40496aacc4a5ab970c832f2db91d624d (patch)
tree5228d2c5502b4c2edb17f6dca4cd094d2fef0a58 /ishtar_common/templates/sheet_ope.html
parentc9ffa3ab1fcea404e08f12590511b0bf546db288 (diff)
downloadIshtar-be42a9fd40496aacc4a5ab970c832f2db91d624d.tar.bz2
Ishtar-be42a9fd40496aacc4a5ab970c832f2db91d624d.zip
Update labels
Diffstat (limited to 'ishtar_common/templates/sheet_ope.html')
-rw-r--r--ishtar_common/templates/sheet_ope.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/sheet_ope.html b/ishtar_common/templates/sheet_ope.html
index 28390af45..1e18e8b7e 100644
--- a/ishtar_common/templates/sheet_ope.html
+++ b/ishtar_common/templates/sheet_ope.html
@@ -33,7 +33,7 @@
<p><label>{%trans "Related file:"%}</label> <span class='value'><a href='{% url show-file item.related_file.pk ''%}'>{{ item.related_file }}</a></span></p><!-- Displayed as Year/index/Commune/Common_name This should be a link to the file sheet of the related file -->
{% if item.related_file.is_preventive %}
{% if item.operator_reference_code %}<p><label>{%trans "Operator's reference code:"%}</label> <span class='value'>{{ item.operator_reference_code }}</span></p>{% endif %}
-{% if item.related_file.town_planning_service %}<p><label>{%trans "Town planning service:"%}</label> <span class='value'>{{ item.related_file.town_planning_service }}</span></p>{% endif %}
+{% if item.related_file.town_planning_service %}<p><label>{%trans "Planning service:"%}</label> <span class='value'>{{ item.related_file.town_planning_service }}</span></p>{% endif %}
{% if item.related_file.permit_type %}<p><label>{%trans "Permit type:"%}</label> <span class='value'>{{ item.related_file.permit_type }}</span></p>{% endif %}
{% if item.related_file.permit_reference %}<p><label>{%trans "Permit reference:"%}</label> <span class='value'>{{ item.related_file.permit_reference }}</span></p>{% endif %}
{% if item.related_file.general_contractor.attached_to %}<p><label>{%trans "General contractor organisation:"%}</label> <span class='value'>{{ item.related_file.general_contractor.attached_to }}</span></p>{% endif %} <!-- Contractor's organisation displayed as concat of Name/Adress/postal_code/city -->