{% extends "base.html" %} {% block content %}

Team Pooling and Scheduling

File should contain team names in the first column
{% if teams %}
{% for team in teams %} {{ team }} {% endfor %}
{% endif %}
{% endblock %}