{% extends "base.html" %} {% block content %}
Patrolling your data landscape for inconsistencies

{{ title }}

{% if results | length > 0 %} {% for key in results[0].keys() %} {% endfor %} {% for row in results %} {% for value in row.values() %} {% endfor %} {% endfor %}
{{ key }}
{{ value }}
{% endif %} {% endblock %}