{% extends "base.html" %} {% load static %} {% block title %}Scanner Index{% endblock %} {% block content %}

Booker

Choose a scanner you want to use to book assets and container into/outof containers.


What scanner would you like to use? (Refresh page if your new scanner is not shown)
{% for scanner in object_list %} {{ scanner.named_id }}: {{ scanner.description }}
{% endfor %}

Use your smartphone

Use your smartphone to scan.

{% endblock %}