{% extends "/base.html" %} {% block title %} UI Tables {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
File List
{% for item in data_dicts %} {% endfor %}
# File Name Date Errors
{{ item.id }} {{ item.file_path.split("\\")[-1] }} {{ item.created_at.strftime('%d %B %Y') }} {{ item.error_count }}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}