{% extends 'base.html' %} {% load static %} {% block title %}Contest staff charge{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Contest Staff Charge

You have selected the Staff Charge detailed below to contest. Please select a general reason this item should be contested and enter a description of the specifics. If your contest has more than one reason listed, please submit individual contests for each of your reasons. Once this form is submitted, the Staff Charge will be placed in contested status until an administrator can review the record and address it as needed.

{% csrf_token %}
{% if transaction.areaaccessrecord_set.exists %}

Area Access Records


{% for area_access_record in transaction.areaaccessrecord_set.all %} {% endfor %}
ID Area Start End
{{ area_access_record }}
{% endif %}

{% endblock %}