{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}Staff charges{% endblock %} {% block content %}

Staff charges

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 %}
{% endblock %}