{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_action %}{% url 'horizon:dc_admin:dc_software_management:applycloudstrategy' %}{% endblock %} {% block modal-header %}{% trans "Apply Strategy" %}{% endblock %} {% block modal-body %} {% if out_of_date == True %}
{% trans "WARNING: The strategy was created " %} {{hours}} {% trans " hours and " %} {{minutes}} {% trans " minutes ago." %} {% trans "Please, verify that this strategy is still valid" %} {% trans "for your environment" %}
{% endif %}{% trans "Are you sure you want to apply the strategy?" %}
{% endblock %} {% block modal-footer %} Cancel {% endblock %}