From 0ca2524c8e6db9b14201ab97f690fbb585b7127e Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Sun, 26 Apr 2020 16:53:25 +0100 Subject: tidied up the org detail page --- .../organisations/organisation_detail.html | 105 ++++++++++----------- 1 file changed, 52 insertions(+), 53 deletions(-) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index a044360..4d16c29 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -19,7 +19,7 @@
-
+
Company Information
@@ -64,7 +64,9 @@
-
+
+
+
NIS Systems
@@ -95,9 +97,9 @@
-
+
-
+

Addresses

@@ -178,59 +180,56 @@
{% endif %}
- - - - -
-

People

-
- -
- {% for p in people %} -
-
-
-
{{ p.first_name }} {{ p.last_name }}
-
{{ p.job_title }}
-
-
- - - - {% if p.primary_nis_contact %} - - {% else %} - - {% endif %} - - - - - - - - - - - - - - - - - - - - - -
Primary NIS Contact:YesNo
Email:{{ p.email }}
Mobile:{{ p.mobile }}
Landline:{{ p.landline }}
Clearance:{{ p.clearance }}
Clearance Expiry:{{ p.clearance_expiry }}
+
+
+

People

+
+
+
+ {% for p in people %} +
+
+
+
{{ p.first_name }} {{ p.last_name }}
+
{{ p.job_title }}
+
+ + + + {% if p.primary_nis_contact %} + + {% else %} + + {% endif %} + + + + + + + + + + + + + + + + + + + + + +
Primary NIS Contact:YesNo
Email:{{ p.email }}
Mobile:{{ p.mobile }}
Landline:{{ p.landline }}
Clearance:{{ p.clearance }}
Clearance Expiry:{{ p.clearance_expiry }}
+
-
+ {% endfor %}
- {% endfor %} +
{% endblock content %} -- cgit v1.2.3