diff --git a/core/templates/core/users.html b/core/templates/core/users.html
index d053fe9..3616eba 100644
--- a/core/templates/core/users.html
+++ b/core/templates/core/users.html
@@ -311,16 +311,21 @@
{% regroup permissions by content_type as perm_list %}
{% for g in perm_list %}
-
+
-
{{ g.grouper.name|capfirst }}
-
{{ g.grouper.app_label }}
+
+
+
+
{% for perm in g.list %}
{% if "view" in perm.codename %}
-
+
{% endif %}
{% endfor %}
@@ -329,7 +334,7 @@
{% for perm in g.list %}
{% if "add" in perm.codename %}
-
+
{% endif %}
{% endfor %}
@@ -338,7 +343,7 @@
{% for perm in g.list %}
{% if "change" in perm.codename %}
-
+
{% endif %}
{% endfor %}
@@ -347,7 +352,7 @@
{% for perm in g.list %}
{% if "delete" in perm.codename %}
-
+
{% endif %}
{% endfor %}
@@ -401,16 +406,21 @@
{% regroup permissions by content_type as perm_list %}
{% for g in perm_list %}
-
+
-
{{ g.grouper.name|capfirst }}
-
{{ g.grouper.app_label }}
+
+
+
+
{% for perm in g.list %}
{% if "view" in perm.codename %}
-
+
{% endif %}
{% endfor %}
@@ -419,7 +429,7 @@
{% for perm in g.list %}
{% if "add" in perm.codename %}
-
+
{% endif %}
{% endfor %}
@@ -428,7 +438,7 @@
{% for perm in g.list %}
{% if "change" in perm.codename %}
-
+
{% endif %}
{% endfor %}
@@ -437,7 +447,7 @@
{% for perm in g.list %}
{% if "delete" in perm.codename %}