summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_organization.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-09 09:12:11 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-09 09:12:11 +0200
commita854fb0090f0deb674e83011c45a2e6c4ff0caee (patch)
tree0e943c82ea96146ae0987314abaa3e8f487c8c23 /ishtar_common/templates/ishtar/sheet_organization.html
parent8801ab7b7e655d8b831e535381eeea8adc091989 (diff)
parent2ad59aa6f6f4506d86c205f78a99ed5e47992156 (diff)
downloadIshtar-a854fb0090f0deb674e83011c45a2e6c4ff0caee.tar.bz2
Ishtar-a854fb0090f0deb674e83011c45a2e6c4ff0caee.zip
Merge branch 'master' into v0.9
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_organization.html')
-rw-r--r--ishtar_common/templates/ishtar/sheet_organization.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_organization.html b/ishtar_common/templates/ishtar/sheet_organization.html
index 66048095b..411aa2de3 100644
--- a/ishtar_common/templates/ishtar/sheet_organization.html
+++ b/ishtar_common/templates/ishtar/sheet_organization.html
@@ -7,10 +7,7 @@
{% window_nav item window_id 'show-organization' 'organization_modify' %}
<p><label>{% trans "Name" %}</label> <span class='value'>{{item.name}}</span></p>
<p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.history_creator.ishtaruser.person }}</span></p>
-{% if item.address %}<p><label>{% trans "Address" %}</label> <span class='value'>{{item.address}}</span></p> {% endif %}
-{% if item.address_complement %}<p><label>{% trans "Address complement" %}</label> <span class='value'>{{item.address_complement}}</span></p> {% endif %}
-{% if item.postal_code %}<p><label>{% trans "Postal code" %}</label> <span class='value'>{{item.postal_code}}</span></p> {% endif %}
-{% if item.town %}<p><label>{% trans "Town" %}</label> <span class='value'>{{item.town}}</span></p> {% endif %}
+{% include "ishtar/blocks/sheet_address_section.html" %}
{% if item.phone %}<p><label>{% trans "Phone" %}</label> <span class='value'>{{item.phone}}</span></p> {% endif %}
{% if item.mobile_phone %}<p><label>{% trans "Mobile phone" %}</label> <span class='value'>{{item.mobile_phone}}</span></p> {% endif %}