diff --git a/RIGS/templates/event_checklist_detail.html b/RIGS/templates/event_checklist_detail.html index 2df9e169..02816ee8 100644 --- a/RIGS/templates/event_checklist_detail.html +++ b/RIGS/templates/event_checklist_detail.html @@ -235,7 +235,6 @@ {% endif %} -
- Status: - {{ object.get_status_display }} -
-- {% if object.is_rig %} - Client: {{ object.person.name }} - {% if object.organisation %} - for {{ object.organisation.name }} +
+ Status: + {{ object.get_status_display }} +
++ {% if object.is_rig %} + Client: {{ object.person.name }} + {% if object.organisation %} + for {{ object.organisation.name }} + {% endif %} + {% if object.dry_hire %}(Dry Hire){% endif %} + {% else %} + Non-Rig {% endif %} - {% if object.dry_hire %}(Dry Hire){% endif %} - {% else %} - Non-Rig - {% endif %} -
-- MIC: - {% if object.mic %} - {{object.mic.name}} - {% else %} - None - {% endif %} -
-- Crew meet: - {{ object.meet_at|date:"H:i" }} {{ object.meet_at|date:"(Y-m-d)" }}
- {% endif %} - {% if object.access_at %}- Access at: - {{ object.access_at|date:"H:i" }} {{ object.access_at|date:"(Y-m-d)" }} + MIC: + {% if object.mic %} + {{object.mic.name}} + {% else %} + None + {% endif %}
- {% endif %} -- Last updated: - {{ object.last_edited_at }} by "{{ object.last_edited_by.initials }}" -
++ Crew meet: + {{ object.meet_at|date:"H:i" }} {{ object.meet_at|date:"(Y-m-d)" }} +
+ {% endif %} + {% if object.access_at %} ++ Access at: + {{ object.access_at|date:"H:i" }} {{ object.access_at|date:"(Y-m-d)" }} +
+ {% endif %} ++ Last updated: + {{ object.last_edited_at }} by "{{ object.last_edited_by.initials }}" +
++ Description: + {{ object.description|linebreaksbr }} +
+ {% endif %}- Description: - {{ object.description|linebreaksbr }} -
- {% endif %} -Your event will not be booked until you complete this form.
-TEC PA & Lighting
+
TEC PA & Lighting
+| Date - | Amount - | Method - | + | Date | +Amount | +Method | +{{ payment.amount|floatformat:2 }} | {{ payment.get_method_display }} | - + | {% endfor %} diff --git a/RIGS/templates/invoice_list.html b/RIGS/templates/invoice_list.html index 81ab4fbb..c8648f09 100644 --- a/RIGS/templates/invoice_list.html +++ b/RIGS/templates/invoice_list.html @@ -27,7 +27,7 @@ {% if invoice.void %}(VOID){% elif invoice.is_closed %}(PAID){% else %}(O/S){% endif %}N{{ invoice.event.pk|stringformat:"05d" }}: {{ invoice.event.name }} {{ invoice.event.get_status_display }}{% if not invoice.event.mic %}, No MIC{% endif %} - |
+
{% if invoice.event.organisation %} {{ invoice.event.organisation.name }} diff --git a/RIGS/templates/partials/ec_power_info.html b/RIGS/templates/partials/ec_power_info.html index aaf4543d..8dd1f92d 100644 --- a/RIGS/templates/partials/ec_power_info.html +++ b/RIGS/templates/partials/ec_power_info.html @@ -20,6 +20,7 @@ |
|---|---|---|---|---|---|---|---|
| 300 | 167 | +||||||
| 500 | 100 | diff --git a/RIGS/templates/risk_assessment_detail.html b/RIGS/templates/risk_assessment_detail.html index a242b76c..25ea8351 100644 --- a/RIGS/templates/risk_assessment_detail.html +++ b/RIGS/templates/risk_assessment_detail.html @@ -5,8 +5,8 @@ {% load linkornone from filters %} {% block content %} -