diff --git a/atlas/templates/atlas/collection_view.html b/atlas/templates/atlas/collection_view.html new file mode 100644 index 00000000..ae5116cb --- /dev/null +++ b/atlas/templates/atlas/collection_view.html @@ -0,0 +1,22 @@ +{% extends 'atlas/base.html' %} + +{% load render_table from django_tables2 %} + +{% block content %} + +
Manage and browse case collections. Use filters to narrow results.
+ + {% render_table table %} + + {% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %} +