{% from "_forms.html" import quickform %} {% extends "layout.html" %} {% block content %}

{{typeNameAction}} existing {{typeNameTitle}}

{% endif %}

{{ quickform(form) }} {% if help_file %} {% endif %} {% endblock %}