{% extends "remapp/notpatientindicators_form_base.html" %} {{% block modify_pattern %}
Use this form to create or modify the ID patterns
{% if admin.admingroup %} {% load crispy_forms_tags %} {% crispy form %} {% else %}Only users in the Admin group can create or modify ID patterns.
{% endif %}