Reviewing Staff Charge {{ staff_charge }}

Click on the "Approve" button to approve the contest and apply its changes. For contests regarding Area Access Records, click on the contest row to review the Area Access Record contests.

{% for c in contests %} {% endfor %}
Contest Reason Operator Customer Project Start End Approve
Current Transaction Data {{ staff_charge.staff_member }} {{ staff_charge.customer }} {{ staff_charge.project }} {{ staff_charge.start }} {{ staff_charge.end }}
{{ c.description }} {% if c.reason == 'original' or c.reason == 'customer' %}{{ c.user }}{% endif %} {% if c.reason == 'original' or c.reason == 'project' %}{{ c.project }}{% endif %} {% if c.reason == 'original' or c.reason == 'datetime' %}{{ c.start }}{% endif %} {% if c.reason == 'original' or c.reason == 'datetime' %}{{ c.end }}{% endif %} {% if user.is_superuser and not c.admin_approved %}{% endif %}