{% load namewithnotes from filters %}
| # | Event Date | Event Details | MIC |
|---|---|---|---|
| {{ event.display_id }} |
{{ event.start_date|date:"D d/m/Y" }}
{% if event.has_start_time %}
Start Time: {{ event.start_time|date:"H:i" }} {% endif %} {% if event.end_date and event.end_date != event.start_date %}{{ event.end_date|date:"D d/m/Y" }}
{% if event.has_end_time%}
End Time: {{ event.end_time|date:"H:i" }} {% endif %} {% endif %} {% if not event.cancelled %} {% if event.meet_at %}Crew meet: {{ event.meet_at|date:"H:i" }} {{ event.meet_at|date:"(Y-m-d)" }} {% endif %} {% endif %} |
{{ event.name }} {% if event.venue %} at {{ event.venue|namewithnotes:'venue_detail' }} {% 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 %} {% include 'partials/event_status.html' %} |
{% if event.mic %}
{% if perms.RIGS.view_profile %}
{% endif %}
{% elif event.is_rig %}
{% endif %}
{{ event.mic.initials }} |
| No events found | |||