{% extends "base.html" %} {% block title %}Delete {{ team.name }} — Fossilrepo{% endblock %} {% block content %}
← Back to {{ team.name }}

Delete Team

Are you sure you want to delete {{ team.name }}? This action uses soft delete — the record will be marked as deleted but can be recovered.

{% csrf_token %} Cancel
{% endblock %}