{% include 'header.html' %}
{% include 'navigation.html' %}

{% if unmatched_link %}Source Database (Only unmatched) {% else %}Unmatched in Source Database {% endif %}

{% for row in table_data %} {% endfor %}
Name Location Unit Matched
{{row.name}} {{row.location}} {{row.unit}} {% if row.matched %} EDIT {% else %} ADD {% endif %}
{% include 'footer.html' %}