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

Document Catalogue

{% if sources %}
All {% for s in sources %} {{ s }} {% endfor %}
{% endif %}
Showing {{ docs|length }}{% if total_count %} of {{ total_count }}{% endif %} documents {% if current_source %} in {{ current_source }}{% endif %} (page {{ page }} of {{ total_pages }})
{% for d in docs %} {% endfor %}
FilenameSourceStatusPagesConceptsVectors
{{ d.filename or '?' }} {{ d.source or '' }} {{ d.status or 'unknown' }} {{ d.pages_extracted or 0 }} {{ d.concepts_extracted or 0 }} {{ d.vectors_inserted or 0 }}
{% if total_pages > 1 %} {% endif %} {% endblock %}