{% extends 'base.html' %} {% 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:

{% for a in areas %}
{% endfor %}
{% endif %} {% endblock %}