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

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

{{ _('Add a device that will be tracked in inventory but cannot be loaned to users (e.g., projectors, monitors, etc.)') }}

{# Device Form #}

{{ _('Device Information') }}

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

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

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