{% extends 'generic/_base.html' %} {% block title %}ASPA Reconciliation Run Summary{% endblock %} {% block content %}

ASPA Reconciliation Run Summary

Aggregate totals across all visible ASPA reconciliation runs.

Total Runs
{{ total_runs }}
Completed
{{ completed_runs }}
Missing Intent
{{ missing_count }}
Missing Provider
{{ missing_provider_count }}
Extra Provider
{{ extra_provider_count }}
Orphaned
{{ orphaned_count }}
Stale
{{ stale_count }}
{% endblock %}