{% extends "base.html" %} {% block content %}
{% csrf_token %}

Comfirm removal of device id: {{ obj.device_id }}

{{ obj.device_type }}

{% if obj.room %}

{{ obj.room }}

{% endif %}
{% endblock %}