{% extends 'generic/_base.html' %} {% block title %}Provider Snapshot Summary{% endblock %} {% block content %}

Provider Snapshot Summary

Aggregate status breakdown across all visible provider snapshots.

Total Snapshots
{{ total_snapshots }}
With Diff
{{ with_diff_count }}
Snapshots compared against a prior baseline
Latest Completed At
{{ latest_completed_at|default:'—' }}
{% if by_status %}

By Status

{% for status, count in by_status.items %} {% endfor %}
Status Count
{{ status }} {{ count }}
{% endif %}
{% endblock %}