- {% if file_exists %}
+ {% if original_file_exists %}
Original File
@@ -1541,36 +1541,46 @@

{% elif file.mime_type and file.mime_type.startswith('text/') %}
-
+
{% else %}
-
-
+
+
+
+
+
See PDF viewer above
+
+
{% endif %}
{% endif %}
- {% if processed_exists %}
+ {% if processed_file_exists %}
Processed File
-
-
+
+
+
+
+
See PDF viewer above
+
+
diff --git a/frontend/templates/file_view.html b/frontend/templates/file_view.html
index 0aaa77fd..ac0548e1 100644
--- a/frontend/templates/file_view.html
+++ b/frontend/templates/file_view.html
@@ -3,6 +3,11 @@
{% block head_extra %}
+
+
+
{% endblock %}
@@ -582,6 +661,9 @@
{{ file.created_at.strftime('%Y-%m-%d %H:%M:%S') if file.created_at else 'N/A' }} |
+
@@ -621,6 +703,9 @@
{{ file.processing_status | title }}
+
@@ -676,6 +761,24 @@
+
+
+
|