{% import 'macros.html' as macros %} {% macro search_button() %} {{ field.button_text }} {% endmacro %}
{# This invisible label pushed the validation message to be in line with the input #} {% if field.form.form_type == formtype.INLINE %} {{ macros.standard_label(field) }} {% endif %}