{% block head %} {% include "partials/head.html" %} {% endblock %}
{% block header %} {% include "partials/header.html" %} {% endblock %} {% block body_config %} {% if test_type != "ui" %} {% include "partials/body_accordion.html" %} {% endif %} {% endblock %}
{% block step_logs %}{% endblock %}
{% block footer %} {% include "partials/footer.html" %} {% endblock %}