{% extends 'base.html' %} {% block title %}{{model}}}{% endblock %} {% block body %}

{{model}}

{% include 'file_upload.html' %} {% include 'data_table.html' %} {% for cat, msg in get_flashed_messages(with_categories=true) %}

{{ msg }}

{% endfor %} {% endblock %}