{% extends "base.html" %} {% block content_primary %} {% for team in team_list %} {{ team.title }} {% empty %}

There have been no teams added yet.

{% endfor %} {% endblock content_primary %}