{% extends "users/base.html" %} {% block title %}Delete domain{% endblock title %} {% block content %}

Delete Domain: {{ domain.domain }}

Are you sure you want to delete this domain?

{% csrf_token %} Cancel
{% endblock content %} {% include "users/footer.html" %}