+
Your groups
+ {% if groups.exists %}
+
+ {% for group in groups %}
+ - {{ group }}
+ {% endfor %}
+
+ {% else %}
+
You belong to no groups.
+ {% endif %}
+
+
Your teams
+ {% if teams.exists %}
+
+ {% for team in teams %}
+ - {{ team }}
+ {% endfor %}
+
+ {% else %}
+
You belong to no teams.
+ {% endif %}
+
+
+{% endblock %}
diff --git a/issue/urls.py b/issue/urls.py
index f61ce13..a1f6f20 100644
--- a/issue/urls.py
+++ b/issue/urls.py
@@ -29,5 +29,6 @@ urlpatterns = [
url(r'^(?P