{% extends "base.html" %} {% block content %}
{# Page Header #}

{{ _('Edit Non-Loanable Device') }}

{{ _('Update device information') }}

{# Device Form #}

{{ _('Device Information') }}

{{ _('Each device must have a unique serial number') }}

{{ _('Optional location where the device is stored') }}

{{ _('Cancel') }}
{% endblock %}