{% for scenario_name, results in scenario_results.iteritems() -%}
{{scenario_name}}
{% for result in results -%}
{% if loop.index > 2 -%}
{%- else -%}
{%- endif %}
{{result.creation_date}}
{{result.pod_name}}
Step
Status
Duration
Result
{% for step_od_name in step_order -%}
{% if step_od_name in result.details.keys() -%}
{% set step_result = result.details[step_od_name] -%}
{% if step_result.duration != 0 -%}