{% extends 'base.html' %} {% block title %} {{model}}} {% endblock %} {% block body %} {% for cat, msg in get_flashed_messages(with_categories=true) %}

{{ msg }}

{% endfor %}
{% for column in columns_names %}
{% endfor %}
{% endblock %}