{% macro render_field(field) %} {% if field.name != "submit" %} {{ field.label }} {% endif %} {{ field(**kwargs)|safe }} {% endmacro %}