{% extends 'mbaApp_base.html' %} {% block content %}
{% csrf_token %}
LABELS INTERFACE
Primary Provider
Collaborating Provider
ID
Current Label
New Label
ID
Current Label
New Label
{% if provider_data %} {% for dat in provider_data %} {% if dat.V3 %}
{% endif %} {% endfor %} {% endif %}
Location of Service
Location ID
Current Label
New Label
Current Code
New Code
{% if submit_data %} {% for dat in submit_data %} {% if dat.V5 %}
{% endif %} {% endfor %} {% endif %}
Insurance
Modifier
Payer ID
Current Label
New Label
ID
Current Weight
New Weight
{% if submit_data %} {% for dat in submit_data %}
{% if dat.V6 %}
{% endif %} {% if dat.MODIFIER %}
{% endif %}
{% endfor %} {% endif %}
{% endblock content %}