{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}Add area access record{% endblock %} {% block content %} {% if error_message %}
Oops! Something went wrong. The new area access record was not created because:
{{ error_message }}
{% endif %} {% if success %}
{{ success }}
{% endif %}

New area access record

Only use this form under extraordinary circumstances (such as when tablet login is not working). This form is not intended to be used regularly.

{% endblock %}