{% if test_results %} {% if test_results.errors %} {% else %} {% endif %} {% endif %} {{ content.description }} {% for test in content.children %}
{{ test.description }} {% for scenario in test.children %}
{{ scenario.description }}
{% endfor %}
{% endfor %}