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