diff --git a/templates/layerindex/classes.html b/templates/layerindex/classes.html
index bc3d0ac..e99761b 100644
--- a/templates/layerindex/classes.html
+++ b/templates/layerindex/classes.html
@@ -54,7 +54,10 @@
{% for class in class_list %}
- {{ class.name }} |
+
+ {{ class.name }}
+ {{ class.bbclass_type }}
+ |
{{ class.layerbranch.layer.name }} |
{% endfor %}
diff --git a/templates/layerindex/detail.html b/templates/layerindex/detail.html
index 0fa8caf..11c7df7 100644
--- a/templates/layerindex/detail.html
+++ b/templates/layerindex/detail.html
@@ -311,7 +311,10 @@
{% for class in classes %}
- {{ class.name }} |
+
+ {{ class.name }}
+ {{ class.bbclass_type }}
+ |
{% endfor %}