{% macro table() -%} {% for field in fields %} {% if not field.endswith('_id') %} {% endif %} {% endfor %}
{{ field }}
{% endmacro %}