diff --git a/rowers/templates/base.html b/rowers/templates/base.html
index 86d4840f..50fb8a97 100644
--- a/rowers/templates/base.html
+++ b/rowers/templates/base.html
@@ -133,7 +133,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 %}