{% extends "/base.html" %} {% block title %} UI Tables {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{% with messages = get_flashed_messages() %} {% if messages %}
{{ messages[0] }}
{% endif %} {% endwith %}
File List
{% if session.get('role') == 'checker' or session.get('role') == 'user' %} {% endif %}
{% for item in data_dicts %} {% endfor %}
# File Name Date Inserted Rows Updated Rows view History Download
{{ item.id }} {{ item.file_path.split("\\")[-1] }} {{ item.created_at.strftime('%d %B %Y') }} {{ item.inserted_rows }} {{ item.updated_rows }}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}