diff --git a/RIGS/templates/event_table.html b/RIGS/templates/event_table.html index 68f17805..29bbe295 100644 --- a/RIGS/templates/event_table.html +++ b/RIGS/templates/event_table.html @@ -1,65 +1,34 @@
| # | -Event Date | -Event Details | -Event Timings | -MIC | + +||||
| # | +Event Date | +Event Timings | +Event Details | +Status | +Authorisation | +MIC | +||
| {{ event.pk }} | +
{{ event.start_date|date:"D d/m/Y" }}
{% if event.end_date and event.end_date != event.start_date %}
{{ event.end_date|date:"D d/m/Y" }}
{% endif %}
- {{ event.get_status_display }}
- |
-
- - - {{ event.name }} - - {% if event.venue %} - at {{ event.venue }} - {% endif %} - {% if event.dry_hire %} - Dry Hire - {% endif %} - {% if event.is_rig and perms.RIGS.view_event and event.authorised %} - - {% endif %} -- {% if event.is_rig and not event.cancelled %} -- {{ event.person.name }} - {% if event.organisation %} - for {{ event.organisation.name }} - {% endif %} -- {% endif %} - {% if not event.cancelled and event.description %} -
- {{ event.description|linebreaksbr }}
-
- {% endif %}
|
+
{% if not event.cancelled %}
|
- + + |
+ + + {{ event.name }} + + {% if event.venue %} + at {{ event.venue }} + {% endif %} + {% if event.dry_hire %} + Dry Hire + {% endif %} + ++ {% if event.is_rig and not event.cancelled %} ++ {{ event.person.name }} + {% if event.organisation %} + for {{ event.organisation.name }} + {% endif %} ++ {% endif %} + {% if not event.cancelled and event.description %} +
+ {{ event.description|linebreaksbr }}
+
+ {% endif %}
+ |
+
+ + {{ event.get_status_display }} + | + ++ {% if event.is_rig and perms.RIGS.view_event and event.authorised %} + + {% endif %} + | + +
{% if event.mic %}
- {{ event.mic.initials }}
+ "{{ event.mic.initials }}"
{% if perms.RIGS.view_profile %}
@@ -97,11 +105,11 @@
{% endif %}
{% elif event.is_rig %}
-
+
{% endif %}
|