{% extends "core/team.html" %} {% load staticfiles %} {% with team=object %} {% block content %}

Are you sure you want to delete this team?

This action is final and permanent. Once the team is deleted it will not be possible to restore it.
{% csrf_token %}
{% endblock %} {% endwith %}