diff --git a/issues/templates/issues/issue_detail.html b/issues/templates/issues/issue_detail.html
index e9c017c..16c1d7b 100644
--- a/issues/templates/issues/issue_detail.html
+++ b/issues/templates/issues/issue_detail.html
@@ -26,17 +26,26 @@
-
-
-
-
-
-
{#
Stacktrace:
I think this is obvious?#}
{% for exception in exceptions %}
{# option: make multi-exception stacktraces more clear
}#}
-
{{ exception.type }}
{# potentially: hide this whole block if there is only a single exception #}
-
{{ exception.value }}
+
+
+
+
{{ exception.type }}
{# potentially: hide this whole block if there is only a single exception #}
+
{{ exception.value }}
+
+
+ {% if forloop.counter0 == 0 %}
+
+
+
+
+
+
+
+ {% endif %}
+
{% for frame in exception.stacktrace.frames %}