{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "New Team Event" %}{% endblock %} {% block content %}

{% trans "Select a Team to add an Event for" %}

{% for team in teams %}

{{team.name}}

{% endfor %} {% endblock %}