{% extends "routes/layout.j2.html" %} {% from "components/tree/tree_item.j2.html" import tree_item with context %} {% block global %} {{ SETTINGS.HTML.CUSTOM_ATTRIBUTE}}-tree-view-mode="{{ SETTINGS.TREE.MODE }}" {% endblock %} {% block head %} Execution | CARIAD {% endblock %} {% block left_sidebar %} {% include "components/tree/toolbar.j2.html" with context %} {% endblock%} {% block content %} {% if 'testsuite' in json_report %} {% include 'components/tree/context_menu.j2.html' with context %} {% endif %} {% endblock %} {% block postscript %} {% endblock %}