{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{% trans 'Remove Squad' %} / {{ block.super }}{% endblock title %} {% block nav_tabs %} {% include 'inline/profile_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{% trans 'Remove Squad' %}
{% trans 'Your squad will be removed, this action is irreversible. The old statistics will be available for viewing. Confirm the remove of the squad.' %}
{% csrf_token %}
{% endblock content %}