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

ASPA Change Plan Summary

Aggregate totals across all visible ASPA change plans.

Total Plans
{{ total_plans }}
Provider-Backed
{{ provider_backed_count }}
Replacements Total
{{ replacement_count_total }}
Provider Additions Total
{{ provider_add_count_total }}
Provider Removals Total
{{ provider_remove_count_total }}
{% if by_status %}

By Status

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