{% extends 'staff_charges/staff_charges_base.html' %} {% load custom_tags_and_filters %} {% block staff_charges_content %}

Use this form to charge a user for staff time and area access time when you are working on a project on their behalf. You may only work on one user project at a time for a customer.

{% if error %}
{{ error }}
{% endif %}
{% if core_facility_required or core_facilities %}
{% endif %}
{% endblock %}