{% extends "devicehistory/base.html" %} {% load crispy_forms_tags %} {% block tabcontent %}

Select and view device history for a location, room, box or module. Use quicksearch to search for a (partial) serialnumber, hostname, IP or room.

{% crispy form %}
{{ quickselect|safe }}
{% endblock %}