{% extends "base.html" %} {% load staticfiles %} {% block jumbotron %}

Delete Server

{% endblock %} {% block content %} {% if request.user.is_staff %}
{% csrf_token %}

Do you really want to remove the server {{ server.localhostname }}? It will be added again if it continues sending data.

Go back
{% else %}

Do you really want to remove the server {{ server.localhostname }}?

Of cause, it is not working in this demo.

Go back {% endif %} {% endblock %}