From 99ed3e90c95d41e4429a1a71402d1447fb2d7007 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 20 Oct 2020 11:22:38 +0100 Subject: more html... --- .../templates/organisations/organisation_list.html | 2 + .../templates/organisations/person_list.html | 51 +++++++++++++--------- 2 files changed, 32 insertions(+), 21 deletions(-) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html index 1cdb33d..3464308 100644 --- a/ctrack/organisations/templates/organisations/organisation_list.html +++ b/ctrack/organisations/templates/organisations/organisation_list.html @@ -28,6 +28,8 @@ Organisations [Create new...] +

Use the search box to filter the table. The table can be exported in various formats using the buttons below. These + downloads will respect the filtering used.

diff --git a/ctrack/organisations/templates/organisations/person_list.html b/ctrack/organisations/templates/organisations/person_list.html index 24faa59..73b8188 100644 --- a/ctrack/organisations/templates/organisations/person_list.html +++ b/ctrack/organisations/templates/organisations/person_list.html @@ -19,29 +19,38 @@
-

People

[Create new...] -
-
-
- +

+ + + + People +

[Create new...] +

Use the search box to filter the table. The table can be exported in various formats using the buttons below. These + downloads will respect the filtering used.

+
+
+
+ + + + + + + + + + {% for p in object_list %} - - - - - + + + + + - - {% for p in object_list %} - - - - - - - - {% endfor %} -
PersonOrganisationPhone NumberEmailContact History
PersonOrganisationPhone NumberEmailContact History{{ p.first_name }} {{ p.last_name }}{{ p.organisation.name }}{{ p.mobile }}{{ p.email }}Contact History
{{ p.first_name }} {{ p.last_name }}{{ p.organisation.name }}{{ p.mobile }}{{ p.email }}Contact History
+ {% endfor %} +
-- cgit v1.2.3