{% macro rendererrors(field) -%} {%- if field.errors -%} {%- for error in field.errors %}
{{ error }}
{% trans -%} This form has timed out. Please submit again to confirm {%- endtrans %}
{{ message }}
{% endif %} {{ form.hidden_tag() }} {%- set autofocus = true %} {% for field in form -%} {%- if field.type in ['CSRFTokenField', 'HiddenField'] -%} {# Don't show hidden #} {%- else -%} {{ renderfield(field, autofocus=autofocus, style=style) }} {%- if autofocus %}{% set autofocus = false %}{% endif %} {%- endif %} {% endfor %} {%- endmacro %} {% macro renderform(form, formid, submit, message='', action='', cancel_url='', multipart=false, style='horiz') %} {% endmacro %} {%- macro ajaxform(formid, request, force=false) %} {%- if force or request.is_xhr %} {%- else %} {%- endif %} {%- endmacro %} {% macro tinymce3_editor(field, script=true) -%} {%- if script %} {%- endif %} {% endmacro %} {% macro tinymce4_editor(field, script=true) -%} {%- if script %} {%- endif %} {% endmacro %} {% macro map_marker_widget(field) %}