{% extends popup_view|yesno:"base/popup.html,base.html" %} {% load custom_tags_and_filters %} {% 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 }}
{% if customizations|get_item:"project_hide_project_info" != "enabled" or user.is_any_part_of_staff or user == event.customer %} Project: {{ event.project.name }}
{% endif %} 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 %}