{% extends "versioning/report.html" %} {% block topinfo %}

{{ object.appconfig.analysistype }}

{% endblock %} {% block tables %} {% block tree %} {% with level1=level|add:"1" %}
{% if scenarios %}

{% trans "Scenarios" %}

{% regroup scenarios by type as type_list %} {% endif %}
{% endwith %} {% endblock %}
 
{{ block.super }} {% endblock %}