{% macro render_field(field) %} {{ field.label }} {{ field|safe }} {% if field.errors %} {% endif %} {% endmacro %}