{% macro render_errors(field) %} {% if field.errors %}
{% for error in field.errors %} {% endfor %}
{% endif %} {% endmacro %}