{% extends 'de/qytera/qtaf/htmlreport/templates/base.html' %}
{% block body %}
{{ featureLog.testFeatureAnnotation.description }}
{% for scenarioLog in featureLog.scenarioLogCollection %} {% include 'de/qytera/qtaf/htmlreport/templates/scenario.html' %} {% endfor %}