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

Staff charges

{% csrf_token %}
{% if areas %}
{% csrf_token %}

I have entered a billable area on behalf of this user:


{% endif %} {% endblock %}