From e5e0faad6869b84178a1993189ec0f3de19fa368 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 15 Oct 2020 14:42:30 +0100 Subject: consistency tweaks --- .../templates/organisations/organisation_list.html | 90 +++++++++++----------- 1 file changed, 47 insertions(+), 43 deletions(-) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html index 5ec9710..cbd87dd 100644 --- a/ctrack/organisations/templates/organisations/organisation_list.html +++ b/ctrack/organisations/templates/organisations/organisation_list.html @@ -1,51 +1,55 @@ {% extends "base.html" %} +{% load static %} -{% block title %} - Organisations -{% endblock %} +{% block title %} Organisations{% endblock %} {% block content %} -
-
-
-
-
-

Organisations

-
-
-
-
- - - - - - - - - - {% for org in organisation_list %} - - - - - - - {% endfor %} -
OrganisationSub-modeLead InspectorPoint of Contact
{{ org.name }}{{ org.submode }}LEAD INSPECTOR - {% if org.primary_contacts %} -
    - {% for p in org.primary_contacts %} -
  • {{ p }} | {{ p.mobile }}
  • - {% endfor %} -
- {% else %} - No contact listed - {% endif %} -
-
-
+ + + +
+

Organisations

[Create new...] +
+
+ + + + + + + + + + {% for org in organisation_list %} + + + + + + + {% endfor %} +
OrganisationSub-modeLead InspectorPoint of Contact
{{ org.name }}{{ org.submode }}LEAD INSPECTOR + {% if org.primary_contacts %} +
    + {% for p in org.primary_contacts %} +
  • {{ p }} | {{ p.mobile }}
  • + {% endfor %} +
+ {% else %} + No contact listed + {% endif %} +
-- cgit v1.2.3