{% extends "header.html" %} {% import 'wtf-fork.html' as wtf %} {% import 'elements.html' as elm %} {% block content %}
{{ wtf.quick_form(form, form_type='horizontal', horizontal_columns=('lg', 2, 8)) }}
{{ elm.footer() }} {% endblock %}