{% extends 'generic/_base.html' %} {% block title %}Preview {{ change_plan }}{% endblock %} {% block content %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}

Preview Provider Delta

This page shows the exact provider delta for {{ change_plan }}. Submitting the form records an auditable preview execution without applying any provider changes.

{% if error_text %} {% endif %} {% if execution %} {% endif %} {% if delta %}
Outbound Delta
{{ delta }}
{% endif %}
{% endblock %}