{% extends popup_view|yesno:"base/popup.html,base.html" %} {% block title %}{{ event.area }} access details{% endblock %} {% block content %} {% if not popup_view %}

{{ event.area }} access details

{% endif %} {% if event.staff_charge %} This {{ event.area }} charge was incurred by {{ event.staff_charge.staff_member }} while performing work on the customer's behalf.

{% endif %} Customer: {{ event.customer }}
Project: {{ event.project.name }}
Start: {{ event.start }}
{% if event.end %} End: {{ event.end }}
{% else %} {{ event.area }} time is currently being charged for this project.
{% endif %} Identifier: {{ event.id }} {% endblock %}