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

← All companies

+

{{ ticker }} — {{ company.name }}

+
+ All + 10-K Annual + 10-Q Quarterly +
+

Total: {{ total }} filings · Page {{ page }} of {{ total_pages }}

+ +
+{% if page > 1 %}← Prev{% endif %} +{% if page < total_pages %}Next →{% endif %} +
+ +