{% extends 'generic/_base.html' %} {% block title %}{{ action_label }} {{ rollback_bundle }}{% endblock %} {% block content %}
{% if action_label == 'Approve' %} Approve {{ rollback_bundle }} for rollback execution. {% else %} Apply {{ rollback_bundle }} to the configured provider and trigger a follow-up provider sync. {% endif %}
{{ delta }}