{% 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 %}

← Back to the list of devices

{% else %}
{{ device.user_given_name }} / Delete

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.

{% csrf_token %}
{% endif %} {% endblock %}