diff --git a/rowers/templates/base.html b/rowers/templates/base.html
index 1783af5b..db7ec491 100644
--- a/rowers/templates/base.html
+++ b/rowers/templates/base.html
@@ -128,7 +128,19 @@
{% endif %}
- {% if user.is_authenticated and user.rower.team.all %}
+ {% if user.is_authenticated and teams %}
+
+
+
+ {% for t in teams %}
+
{{ t.name }}
+ {% endfor %}
+
+
+
See recent workouts for your team
+ {% elif user.is_authenticated and user.rower.team.all %}