{% load i18n sizeformat %} {% block main %}

{% trans "Cloud Patch Strategy" %}


{% if strategy %}
{% trans "Subcloud Apply Type" %}
{{ strategy.subcloud_apply_type }}
{% trans "Max Parallel Subclouds" %}
{{ strategy.max_parallel_subclouds }}
{% trans "Stop On Failure" %}
{{ strategy.stop_on_failure }}
{% trans "State" %}
{{ strategy.state }}
{% else %} {% trans "No Strategy has been created" %} {% endif %}

{{ cloudpatchsteps_table.render }} {% endblock %}