{% macro form_field(field) %} {{ field.label }} {{ field }} {% if field.errors %} {% endif %} {% endmacro %}