{% macro help_block(field) %} {% if field.description %} {{ field.description|safe }} {% endif %} {% endmacro %} {% macro error_block(field) %} {% if field.errors %} {{ field.errors|first }} {% endif %} {% endmacro %} {% macro label(field, asterisk=False) %} {% endmacro %} {% macro input(field) %} {% endmacro %} {% macro input_field(field, hide_errors=False, feedback_icon=None) %}
{% endmacro %} {% macro checkbox_field(field) %} {% endmacro %}