{% extends "base.html" %} {% block title %}My Documents - Mini SpecsComply Pro{% endblock %} {% block content %}
| Document | Type | Upload Date | Status | Actions |
|---|---|---|---|---|
|
{{ doc.filename }}
{% if doc.description %}
{{ doc.description }}
{% endif %}
|
{{ doc.document_type|replace('_', ' ')|title }} | {{ doc.upload_date }} | {% if doc.status == 'completed' %} Completed {% elif doc.status == 'processing' %} Processing {% else %} Failed {% endif %} | {% if doc.status == 'completed' %} {% endif %} |
Upload your first document to get started with compliance analysis.
Upload Document