{% extends 'base.html' %} {% load commonmark %} {% block title %} Leave Team: {{ team.name }} | {{ block.super }} {% endblock %} {% block content %}

Leave {{ team.name }} Team

Really leave the {{ team.name }} team?

{% csrf_token %} {{ form }} Cancel
{% endblock %}