{% extends "base.html" %} {% block title %}Documents{% endblock %} {% block content %}
Export document training Export line item training

All Documents

Showing all active documents. Use the quick search below or switch to Advanced Search.

Clear

Advanced Search

Clear

Documents

{% if documents %}
{% for doc in documents %} {% endfor %}
Document Type Review Status Current Path Updated
{{ doc.document_id }} {{ doc.document_type }} {{ doc.review_status }} {{ doc.current_path }} {{ doc.updated_at }}
{% else %}

No documents matched the current search.

{% endif %}
{% endblock %}