{% extends "base.html" %} {% block content %}

Validate Cache

{% if not violations %}
Cache is clean — no violations found.
{% else %}
{{ violations | length }} violation(s) found.
{% for v in violations %} {% endfor %}
Institution Account Rule Message Txn ID
{{ v.conn_id }} {{ v.acctid }} {{ v.rule }} {{ v.message }} {% if v.txn_id %}{{ v.txn_id }}{% else %}—{% endif %}
{% endif %} {% endblock %}