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

{% trans "Cloud Strategy Orchestration" %}


{% if strategy %}
{% trans "Strategy Type" %}
{{ strategy.strategy_type }}
{% 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 %}