{% extends "devices/devices_base.html" %} {% block content_title %} {% if deleted %} {{ device }} Has Been Deleted {% else %} Confirm Deletion of {{ device }} {% endif %} {% endblock %} {% block content_area %} {% if deleted %}
{% else %}Are you sure you want to delete {{ device }}, you will also be deleting all data collected for {{ device }}.
WARNING: Deletion of a device is permanent and irreversible.
{% endif %} {% endblock %}