{% if role == "owner" or role == "manager" %} manage {% endif %} {% if role == "owner" %} edit {% endif %}
{% if state == "invited" %}

You have been invited to join this team. Click join below to accept.

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