{% extends "versioning/report.html" %} {% load mptt_tags %} {% block table %} {% if subsections %}

{% trans "Subsections" %}

{% for treeelement,structure in subsections|tree_info %} {% if structure.new_level %} {% endfor %} {% endfor %}
{% endif %} {% endblock %} {% block extracontent %}
{% if scenarios %}

{% trans "Scenarios" %}

{% with scenarios as items %} {% endwith %}
{% endif %}
{% endblock %}