{% extends 'base_rigs.html' %} {% load paginator from filters %} {% load static %} {% block title %}Events for Invoice{% endblock %} {% block js %} {% endblock %} {% block content %}
These events have happened, but paperwork has not yet been sent to treasury
{% if is_paginated %}| Event # | Start Date | Event Name | Client | Cost | MIC | |
|---|---|---|---|---|---|---|
| N{{ object.pk|stringformat:"05d" }} {{ object.get_status_display }} |
{{ object.start_date }} | {{ object.name }} {% if object.is_rig and perms.RIGS.view_event and object.authorised %} {% endif %} |
{{ object.organisation.name }}
{{ object.internal|yesno:'Internal,External' }} |
{{ object.sum_total|floatformat:2 }}
{% if not object.internal %}{{ object.purchase_order }}{% endif %} |
{% if object.mic %}
{{ object.mic.initials }} |