{% extends "site_base.html" %} {% block head_title %}{{ team.name }}{% endblock %} {% block body %}

{{ team.name }}{% if state %} {{ state }}{% endif %}

{% if team.description %}

{{ team.description }}

{% endif %} {% if can_join %}
{% csrf_token %}
{% endif %} {% if can_leave %}
{% csrf_token %}
{% endif %} {% if can_apply %}
{% csrf_token %}
{% endif %} {% endblock %}