{% extends "base.html" %} {% block content %}

Documents

{% for doc in documents %} {% endfor %}
ID Filename Uploaded At Status Pages Actions
{{ doc.id }} {{ doc.filename }} {{ doc.uploaded_at }} {{ doc.status }} {{ doc.page_count }} {% if doc.status == 'pending' %} {% endif %} View
{% endblock %}