{% extends "base.html" %} {% block content %}
{% if error %} {{ error }} {% else %} Your request {{ id }} is being processed. Below you can see what's happening. During setup, buttons are disabled and will become available after test is finished. {% endif %}
{% if not error %}
Download JTL file Download LOG file
{% endif %} {% endblock %} {% block javascript %} {% endblock %}