{% extends request.is_ajax|yesno:"base_ajax.html,base_rigs.html" %} {% block title %}{% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %} | {{object.name}}{% endblock %} {% block content %}
{% if not request.is_ajax %}

{% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %} | {{ object.name }} {% if event.dry_hire %}Dry Hire{% endif %}

{% if perms.RIGS.view_event %}
{% include 'event_detail_buttons.html' %}
{% endif %} {% endif %} {% if object.is_rig and perms.RIGS.view_event %} {# only need contact details for a rig #}
Contact Details
Person
{{ object.person }} {% endif %}
Email
{{ object.person.email }}
Phone Number
{{ object.person.phone }}
{% if event.organisation %}
Organisation
Organisation
{% if object.organisation %} {{ object.organisation }} {% endif %}
Phone Number
{{ object.organisation.phone }}
Has SU Account
{{ event.organisation.union_account|yesno|capfirst }}
{% endif %}
{% endif %}
{% include 'partials/event_details.html' %}
{% if event.is_rig and event.internal and perms.RIGS.view_event %}
{ include 'partials/auth_details.html' %}
{% endif %} {% if not request.is_ajax and perms.RIGS.view_event %}
{% include 'event_detail_buttons.html' %}
{% endif %} {% if event.is_rig %}
Event Details
{% if perms.RIGS.view_event %}

Notes


{{ event.notes|linebreaksbr }}

{% endif %}
{% include 'item_table.html' %}
{% if not request.is_ajax and perms.RIGS.view_event %}
{% include 'event_detail_buttons.html' %}
{% endif %} {% endif %} {% if not request.is_ajax and perms.RIGS.view_event %}
{% include 'partials/last_edited.html' with target="event_history" %}
{% endif %}
{% endblock %} {% if request.is_ajax %} {% block footer %} {% if perms.RIGS.view_event %} {% include 'partials/last_edited.html' with target="event_history" %} {% endif %} Open Event Page {% endblock %} {% endif %}