{% load linked_name from filters %} {% load markdown_tags %}
| # | Dates & Times | Hire Details | Associated Event(s) | {% if perms.RIGS.subhire_finance %}Insurance Value | {% endif %}
|---|---|---|---|---|
| {{ event.display_id }} |
Start: {{ event.start_date|date:"D d/m/Y" }}
{% if event.has_start_time %}
{{ event.start_time|date:"H:i" }}
{% endif %}
{% if event.end_date %}
End: {% if event.end_date != event.start_date %}{{ event.end_date|date:"D d/m/Y" }}{% endif %} {% if event.has_end_time %} {{ event.end_time|date:"H:i" }} {% endif %} {% endif %} |
{{ event.name }}Primary Contact: {{ event.person|linked_name }} {% if event.organisation %} ({{ event.organisation|linked_name }}) {% endif %}{% if not event.cancelled and event.description %}{{ event.description|markdown }} {% endif %} {% include 'partials/event_status.html' %} |
|
{% if perms.RIGS.subhire_finance %}
£{{ event.insurance_value }} | {% endif %}
| No events found | ||||
| Total Value: | £{{ total_value }} | |||