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

Create new {{ typeNameTitle }}


{{ quickform(form) }} {% endblock %}