{% include "head.html" %} {% if result['result'] == 'success' %}
{% for v in result['failedvms'] %} {{ v['name'] }} {{ v['reason'] }}
{% endfor %}
Back to listing