{% extends 'staff_charges/staff_charges_base.html' %} {% load custom_tags_and_filters %} {% block remote_work_title %}New staff charge{% endblock %} {% 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 %}
{% endblock %}