From 3046fac4e8d6bbd2f355aba1cbba16aceba08970 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Wed, 19 Aug 2026 21:18:32 -0500 Subject: [PATCH] add templates/archive.html --- templates/archive.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/archive.html diff --git a/templates/archive.html b/templates/archive.html new file mode 100644 index 0000000..d6cae89 --- /dev/null +++ b/templates/archive.html @@ -0,0 +1,26 @@ + + + + +{{ ticker }} - Archive Status + + + +

← Back to {{ ticker }} | All companies

+

Archive Status

+
+

{{ archived }} of {{ total }} filings archived

+{% if failed > 0 %} +

{{ failed }} failed (SEC may have rate-limited)

+{% endif %} +
+

Files saved to local cache for offline reading.

+ +