{% extends "base.html" %} {% block content %}
{% include 'django_namespaces/snippets/namespace_update.html' with object=object form=form %}
{% csrf_token %}

Delete {{ object.namespace }}?

This action cannot be undone and might have unintended consequences.

Cancel
{% endblock %}