{% macro standard_label(field) %} {% if field.label_width > 0 %} {% endif %} {% endmacro %} {% macro standard_error(field) %} {% if field.error %}
{# This invisible label pushed the validation message to be in line with the input #} {% if field.form.form_type == formtype.INLINE %}
{% endif %} {{ field.error }}{{ field.help_text }}