{% extends "base.html" %} {% block body %} {% if dev %}

Device details

Device ID {{device_id}}
Last update {{dev.last_update.timestamp}} UTC
Owner {{dev.user.email}}
Manufacturer {{dev.manufacturer}}
Model {{dev.model}}
OS {{dev.os}}


Clicking the button below will delete this device. Please confirm you wish to do this.

{% endif %} {% endblock %}