{% extends 'base_site.html' %} {% load i18n %} {% load static %} {% load tag_library %} {% block title %} Data Quality Checks | {{ site_name }} {% endblock %} {% block scripts %} {% endblock %} {% block style %} {% endblock %} {% block nav_right_dropdown %} {% endblock %} {% block content %}

Data Quality Checks

{% for test in tests.activity.values %} {% endfor %} {% for test in tests.activity_transactions.values %} {% endfor %} {% for test in tests.locations.values %} {% endfor %} {% for test in tests.activity_organisations.values %} {% endfor %} {% for test in tests.sectors_and_coordination_bodies.values %} {% endfor %} {% for test in tests.activityprofile.values %} {% endfor %} {% for test in tests.organisations.values %} {% endfor %} {% for test in tests.organisationprofile.values %} {% endfor %} {% for test in tests.transaction.values %} {% endfor %} {% for test in tests.persons.values %} {% endfor %}

Rule

Entries which Fail

Activity
{{ test.title }} {{ test.count }}
Activity Transactions
{{ test.title }} {{ test.count }}
Locations
{{ test.title }} {{ test.count }}
Activity Organisations
{{ test.title }} {{ test.count }}
Sectors and Coordination Bodies
{{ test.title }} {{ test.count }}
Activity Profile
{{ test.title }} {{ test.count }}
Organisation
{{ test.title }} {{ test.count }}
Organisation Profile
{{ test.title }} {{ test.count }}
Transactions
{{ test.title }} {{ test.count }}
{{ test.title }} {{ test.count }}
{% endblock %} {% block footer %} {% include "footer.html" %} {% endblock %}