{% extends "base.html" %} {% block title %}{{ ui.quick_form.title }} · {{ versions.product_name }}{% endblock %} {% block content %} {{ ui.quick_form.title }} {{ ui.quick_form.intro }} {% if error %} {{ error }} {% endif %} {{ ui.quick_form.name_label }} {{ ui.quick_form.type_label }} {{ ui.quick_form.type_placeholder }} {% for t in application_types %} {{ t.name }} {% endfor %} {{ ui.quick_form.description_label }} {{ form.description if form else '' }} {{ ui.quick_form.description_hint }} {{ ui.quick_form.scenario_label }} {{ form.scenario if form else '' }} {{ ui.quick_form.run_button }} {{ ui.common.cancel }} {% endblock %}
{{ ui.quick_form.intro }}
{{ error }}