{% load next from filters %} {% comment %}
| # | Event Date | Event Details | MIC |
|---|---|---|---|
| {{ event.display_id }} |
{{ 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 %}
{% if not event.cancelled %}
|
{{ event.name }} {% if event.venue %} at {% if event.venue.notes %}{{ event.venue.name }} {% else %}{{ event.venue.name }}{% endif %} {% 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 | |||