{% extends 'generic/_base.html' %} {% block title %}Publication Diff Summary — {{ provider_account }}{% endblock %} {% block content %}

Publication Diff Summary

Cross-snapshot publication diff history for {{ provider_account }}. Each entry reflects the delta between two consecutive provider snapshots.

Provider Type
{{ provider_account.provider_type }}
Organization
{{ provider_account.organization }}
{% if diff_summary %}

Diff Entries

{% for entry in diff_summary %} {% endfor %}
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 }}
{% else %} {% endif %}
{% endblock %}