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

Delete Project

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

{% csrf_token %} Cancel
{% endblock %}