{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_action %}{% url 'horizon:admin:software_management:createupgradestrategy' %}{% endblock %} {% block modal-header %}{% trans "Create Upgrade Strategy" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Create a strategy to specify how the system should be upgraded." %}

{% trans "There are " %}{{ alarms }}{% trans " active alarms on the system, " %}{{ affecting }}{% trans " of which are management affecting." %}
{% if affecting > 0 %} {% trans "These management affecting alarms must be addressed before orchestration will be successful" %} {% else %} {% trans "These alarms can be ignored by choosing relaxed alarm restrictions." %} {% endif %}

{% endblock %} {% block modal-footer %} Cancel {% endblock %}