diff --git a/atlas/templates/atlas/supervision.html b/atlas/templates/atlas/supervision.html
index 709bf6c3..4264fa6c 100644
--- a/atlas/templates/atlas/supervision.html
+++ b/atlas/templates/atlas/supervision.html
@@ -1,6 +1,14 @@
{% extends 'atlas/exams.html' %}
{% load static %}
+{% block css %}
+{{ block.super }}
+
+{% endblock %}
+
{% block content %}
@@ -72,17 +80,26 @@
{# ---- Grouped results ---- #}
{% if groups %}
{% for group_label, attempt_rows in groups %}
-
-
- {% if group_by == 'user' %}
-
- {% else %}
-
- {% endif %}
- {{ group_label }}
- {{ attempt_rows|length }} attempt{{ attempt_rows|length|pluralize }}
-
-
+
+
+
{# /collapse #}
{% endfor %}
{% else %}