{% extends "base_.html" %} {% block title %} ElJefe {% endblock %} {% block extrahead %} {% endblock %} {% block initializer %} {% endblock %} {% block content %} {% load tags %} {% if usb_event %}

USB Event Information

{% endif %} {% endblock %}
Hostname{{usb_event.station.hostname}}
IP Address{{usb_event.station.ip_address}}
Action{{usb_event.status}}
Timestamp{{usb_event.event_timestamp}}
Device Serial Number{{usb_event.device.serial_number}}
Device Model{{usb_event.device.model}}
Logical Drive{{usb_event.logical_drive}}
Volume Serial Number{{usb_event.volume_serial_number}}