diff --git a/templates/accounts/profile.html b/templates/accounts/profile.html
index 34cc6e1..c9ed82a 100644
--- a/templates/accounts/profile.html
+++ b/templates/accounts/profile.html
@@ -34,11 +34,13 @@
{% for group in request.user.groups.all %}
{{ group }}
+ {% comment %}
+ {% endcomment %}
{% endfor %}
{% if not request.user.groups.exists %}
@@ -57,11 +59,13 @@
{% for team in request.user.teams.all %}
{{ team }}
+ {% comment %}
+ {% endcomment %}
{% endfor %}
{% if not request.user.teams.exists %}