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

Create ROA Change Plan

Create a draft ROA change plan from reconciliation run {{ reconciliation_run }}.

Intent Profile
{{ reconciliation_run.intent_profile }}
Comparison Scope
{{ reconciliation_run.comparison_scope }}
Status
{{ reconciliation_run.status }}
{% endblock %}