{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_action %}{% url 'horizon:dc_admin:dc_software_management:createcloudpatchstrategy' %}{% endblock %} {% block modal-header %}{% trans "Create Patch Strategy" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Create a strategy to specify how the clouds should be patched." %}

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