{% load linked_name from filters %} {% load markdown_tags %}
{% if perms.RIGS.subhire_finance %} {% endif %} {% for event in events %} {% if perms.RIGS.subhire_finance %} {% endif %} {% empty %} {% endfor %}
# Dates & Times Hire Details Associated Event(s)Insurance Value
{{ 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' %}
    {% for event in event.events.all %}
  • {{ event }}
  • {% endfor %}
£{{ event.insurance_value }}
No events found
Total Value: £{{ total_value }}