{% for column in table.columns if column.type in ['boolean'] %} {% endfor %}
{% for column in table.columns if not column.isAutoIncrement and column.type not in ['boolean'] %}
{% endfor %} {% for link in links %}
{% endfor %}