{% extends "base.html" %} {% block content %}
{{ render_form(form, form_type='horizontal', horizontal_columns=('lg', 3, 9) ) }}
{% endblock %}