{% extends 'de/qytera/qtaf/htmlreport/templates/base.html' %} {% block body %}

Feature {{ featureLog.featureName }}

{{ featureLog.testFeatureAnnotation.description }}

{% for scenarioLog in featureLog.scenarioLogCollection %} {% include 'de/qytera/qtaf/htmlreport/templates/scenario.html' %} {% endfor %}
{% endblock %}