{% extends "app.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}
{{ benchmark.display_batch }}, {{ benchmark.display_name }}

{{ wtf.quick_form(form, id="benchmark-form", button_map={'delete': 'primary'}) }}
{% endblock %} {% block scripts %} {{super()}} {{ resources | safe }} {% endblock %}