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

Join Request - {{ team.name }}

Back to Team
{% if error %} {% endif %} {% if is_open %}

This is an open team. You can join immediately without approval.

{% else %}

You're requesting to join {{ team.name }}. Your request will need to be approved by a team captain.

{% endif %}
{% endblock %}