FossilRepo
{% extends "base.html" %} {% block title %}Delete {{ team.name }} — Fossilrepo{% endblock %}
{% block content %}
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.
{% endblock %}