| {% trans "Snapshot Selection" %} |
{{ object.snapshot_selector|placeholder }} |
| {% trans "Snapshot ID" %} |
{{ object.snapshot_id|placeholder }} |
| {% trans "Total Steps" %} |
{{ object.total_steps }} |
| {% trans "Next Step" %} |
{{ object.next_step_index }} |
| {% trans "Max Changes per Branch" %} |
{{ object.max_changes_per_branch }} |
| {% trans "Auto Merge" %} |
{{ object.auto_merge|yesno:"Yes,No" }} |
| {% trans "Baseline Ready" %} |
{{ object.baseline_ready|yesno:"Yes,No" }} |
| {% trans "Latest Heartbeat" %} |
{{ object.latest_heartbeat|placeholder }} |
| {% trans "Recovery Recommendation" %} |
{{ recovery_recommendation.message|placeholder }} |
{% if object.last_error %}
{% endif %}
{% include 'extras/inc/configcontext_data.html' with title="Plan Preview" data=object.plan_preview format="json" copyid="forward-execution-plan-preview" %}
{% include 'extras/inc/configcontext_data.html' with title="Model Change Density" data=object.model_change_density format="json" copyid="forward-execution-model-change-density" %}
{% plugin_right_page object %}