{% macro render_table(form) -%} {% for field in form %} {{field.label}} {{field}} {% if field.errors %}
{% endif %} {% endfor %} {%- endmacro %}