{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{% trans 'Leave Squad' %} / {{ block.super }}{% endblock title %} {% block nav_tabs %} {% include 'inline/profile_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{% trans 'Leave Squad' %}
{% if squad_member.is_admin and not squad_admins %} {% trans 'Now you are the sole admin of the squad. Therefore, if you leave the squad - the squad will be removed.' %} {% endif %} {% trans 'Confirm that you want to leave the squad.' %}
{% csrf_token %}
{% endblock content %}