+
Search Cases
+
+
+
+
+ {% include 'atlas/partials/case_search_results.html' with cases=cases recent_cases=recent_cases collection=None q=q %}
+
+ {# pagination controls #}
+ {% if cases.has_other_pages %}
+
+ {% endif %}
+
+
+{% endblock %}
diff --git a/atlas/templates/atlas/index.html b/atlas/templates/atlas/index.html
index 73281016..a01c0941 100644
--- a/atlas/templates/atlas/index.html
+++ b/atlas/templates/atlas/index.html
@@ -68,6 +68,7 @@
hx-trigger="input delay:500ms, keyup[key=='Enter']"
hx-target="#case-search-results"
hx-indicator="#case-search-indicator" />
+