diff --git a/atlas/templates/atlas/base.html b/atlas/templates/atlas/base.html
index edaf8de2..79f044c3 100755
--- a/atlas/templates/atlas/base.html
+++ b/atlas/templates/atlas/base.html
@@ -50,10 +50,10 @@
Normals
{% if request.user.is_staff %}
-
-
- Large cases
-
+
+
+ Large cases
+
{% endif %}
@@ -113,7 +113,7 @@
-
+
Uploads
diff --git a/templates/atlas/cases_by_size.html b/templates/atlas/cases_by_size.html
index 86dd2d75..26adf65b 100644
--- a/templates/atlas/cases_by_size.html
+++ b/templates/atlas/cases_by_size.html
@@ -1,43 +1,43 @@
{% extends 'base.html' %}
{% block content %}
-Cases by size
-
-
-
-
- | Case |
- Title |
- Series |
- Images |
- Total Size |
-
-
-
- {% for row in page.object_list %}
+ Cases by size
+
+
+
- | {{ row.case.pk }} |
- {{ row.case.title }} |
- {{ row.series_count }} |
- {{ row.image_count }} |
- {{ row.human_total }} |
+ Case |
+ Title |
+ Series |
+ Images |
+ Total Size |
- {% empty %}
- | No cases |
- {% endfor %}
-
-
-
+
+
+ {% for row in page.object_list %}
+
+ | {{ row.case.pk }} |
+ {{ row.case.title }} |
+ {{ row.series_count }} |
+ {{ row.image_count }} |
+ {{ row.human_total }} |
+
+ {% empty %}
+ | No cases |
+ {% endfor %}
+
+
+
{% endblock %}