{% extends "jqueryuibootstrap_base.html" %} {% import 'macros/messages.html' as messages_macros with context -%} {% block body %}
{{ form.hidden_tag() if form.hidden_tag }} {{ messages_macros.messages() }} {% for f in form if f.type != 'CSRFTokenField' %}
{% if f.errors %} {% for e in f.errors %}

{{ e }}

{% endfor %} {% endif %} {% if f.type == 'TextField' %} {% endif %} {% if f.type == 'PasswordField' %} {% endif %}
{% endfor %}
{%- block bootstrap_js_bottom %} {{super()}} {%- endblock bootstrap_js_bottom %} {% endblock %} {%- block style_navbar_padding %} {%- endblock style_navbar_padding %} {% block style -%} {{super()}} {%- endblock style %}