{% extends "remapp/notpatientindicators_form_base.html" %} {{% block modify_pattern %}

Create or modify name patterns

Use this form to create or modify the name patterns

{% if admin.admingroup %} {% load crispy_forms_tags %} {% crispy form %} {% else %}

Only users in the Admin group can create or modify name patterns.

{% endif %}
{% endblock %}