{% extends "base.html" %} {% block title %}{{ vendor.name }} - Vendor Details{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{{ vendor.description }}
{% endif %}| Status | Device | Site | Model | Role | Captures | Actions |
|---|---|---|---|---|---|---|
| {% if device.current_captures > 0 and device.last_fingerprint_success %} {% elif device.current_captures > 0 or device.last_fingerprint_success %} {% else %} {% endif %} | {{ device.name }} {% if device.is_stack %} Stack {% endif %} | {{ device.site_name or '-' }} | {{ device.model or '-' }} | {{ device.role_name or '-' }} | {% if device.current_captures > 0 %} {{ device.current_captures }} / {{ device.capture_types or 0 }} types {% else %} 0 {% endif %} |
Assign devices to this vendor to see them here