{% extends "freeadmin/generic_form.html" %} {% block onSubmit %} console.log("here"); doSubmit({ form: this, event: e, url: '{{ request.path }}', progressbar: { steps: [ {% for test in tests %} {"label": gettext("{{ test|escapejs }}")}{% if not forloop.last %},{%endif %} {% endfor %} ], poolUrl: '{% url "system_perftest_progress" %}', fileUpload: false } }); {% endblock %} {% block form %}

{% trans "You are about to start a performance test." %}
{% trans "Running these tests can substantially impact performance on a production system and are only to be used for diagnostic purposes." %}
{% trans "Are you sure you want to proceed?" %}

{% endblock %} {% block buttons %} {% endblock %}