{% extends "base.html" %} {% block title %}Ingest Result{% endblock %} {% block content %}
Back to ingest View documents
{% if documents %}

Documents

{% for doc in documents %} {% endfor %}
Document Filename Current path
{{ doc.document_id }} {{ doc.original_filename or doc.canonical_filename }} {{ doc.current_path }}
{% endif %} {% if errors %}

Errors

{% endif %} {% endblock %}