{% extends "whm/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 "whm/footer.html" %}