{% extends 'generic/_base.html' %} {% block title %}Publication Diff Summary — {{ provider_account }}{% endblock %} {% block content %}
Cross-snapshot publication diff history for {{ provider_account }}. Each entry reflects the delta between two consecutive provider snapshots.
| Name | Status | Compared At | Add | Remove | Change |
|---|---|---|---|---|---|
| {{ entry.name|default:'—' }} | {{ entry.status|default:'—' }} | {{ entry.compared_at|default:'—' }} | {{ entry.add_count|default:0 }} | {{ entry.remove_count|default:0 }} | {{ entry.change_count|default:0 }} |