{% extends "ereuse_devicehub/base_site.html" %} {% block main %}

Inventory

{% if lot %} {% endif %}
Computers
{% for dev in devices %} {% endfor %}
Select all Title DHID Tags Status Update
{{ dev.type }} {{ dev.manufacturer }} {{ dev.model }} {{ dev.devicehub_id }} {% for t in dev.tags | sort(attribute="id") %} {{ t.id }}{% if not loop.last %},{% endif %} {% endfor %} {% if dev.status %}{{ dev.status }}{% endif %} {{ dev.updated.strftime('%H:%M %d-%m-%Y') }}
{% include "inventory/addDeviceslot.html" %} {% include "inventory/addDevicestag.html" %} {% include "inventory/removeDeviceslot.html" %} {% include "inventory/removelot.html" %} {% include "inventory/actions.html" %} {% endblock main %}