{% extends 'base_client.html' %} {% load widget_tweaks %} {% load static %} {% block js %} {% endblock %} {% block title %} {% if event.is_rig %}N{{ event.pk|stringformat:"05d" }}{% else %}{{ event.pk }}{% endif %} | {{ event.name }} {% endblock %} {% block content %}
{% include 'partials/client_eventdetails.html' %}
{% with object=event auth=True %} {% include 'item_table.html' %} {% endwith %}
{% block authorisation %} {% endblock %} {% endblock %}