{% extends 'pypi_packages/base.html' %} {% block title %}Delete {{ release }}{% endblock %} {% block content %}

Delete {{ release }}

You are about to delete {{ release }}.

This will delete the package and any uploaded file it contains.
Once deleted, this cannot be undone.

Are you sure you want to delete {{ release }}?

{% csrf_token %} No, go back
{% endblock %}