diff --git a/atlas/templates/atlas/case_admin_overview.html b/atlas/templates/atlas/case_admin_overview.html index 349ac634..5620c53f 100644 --- a/atlas/templates/atlas/case_admin_overview.html +++ b/atlas/templates/atlas/case_admin_overview.html @@ -1,116 +1,116 @@ {% extends 'atlas/base.html' %} {% block content %} -
-
-

Case Admin Overview

- Back to case list -
+
+
+

Case Admin Overview

+ Back to case list +
-
-
-
-
-
Total cases
-
{{ totals.total_cases }}
+
+
+
+
+
Total cases
+
{{ totals.total_cases }}
+
-
-
-
-
-
Authors with cases
-
{{ totals.total_authors }}
+
+
+
+
Authors with cases
+
{{ totals.total_authors }}
+
-
-
-
-
-
Open-access cases
-
{{ totals.open_access_cases }}
+
+
+
+
Open-access cases
+
{{ totals.open_access_cases }}
+
-
-
-
-
-
Archived cases
-
{{ totals.archived_cases }}
-
-
-
-
- -
-
-
-
Cases per user
-
-
- - - - - - - - - {% for row in author_rows %} - - - - - {% empty %} - - - - {% endfor %} - -
UserCase count
- - {% if row.get_full_name %}{{ row.get_full_name }}{% else %}{{ row.username }}{% endif %} - -
{{ row.username }}
-
- {{ row.case_count }} -
No case authors found.
+
+
+
+
Archived cases
+
{{ totals.archived_cases }}
-
-
-
- Recently added cases - -
-
- Click Load to fetch recently added cases. +
+
+
+
Cases per user
+
+
+ + + + + + + + + {% for row in author_rows %} + + + + + {% empty %} + + + + {% endfor %} + +
UserCase count
+ + {% if row.get_full_name %}{{ row.get_full_name }}{% else %}{{ row.username }}{% endif %} + +
{{ row.username }}
+
+ {{ row.case_count }} +
No case authors found.
+
+
-
-
- Largest cases - +
+
+
+ Recently added cases + +
+
+ Click Load to fetch recently added cases. +
-
- Click Load to fetch the largest cases by image footprint. + +
+
+ Largest cases + +
+
+ Click Load to fetch the largest cases by image footprint. +
-
{% endblock %} diff --git a/atlas/templates/atlas/user_uploads.html b/atlas/templates/atlas/user_uploads.html index 242e3540..d8376e5a 100644 --- a/atlas/templates/atlas/user_uploads.html +++ b/atlas/templates/atlas/user_uploads.html @@ -174,7 +174,7 @@ class="btn btn-primary" >Import {% if case %}into case{% endif %} - +