{% extends "core/team.html" %} {% with team=object %} {% block content %}

Choose an email with which to join the team {{ team }}

{% csrf_token %} {% for email in request.user.emails.all %} {% endfor %}
{% endblock %} {% endwith %}