{% extends "basebase.html" %} {% block filters %} {% load rowerfilters %} {% endblock %} {% block teams %} {% if user.is_authenticated and user.rower.team.all %} See recent workouts for your team {% else %}

 

{% endif %} {% endblock %} {% block content %} {% endblock %}