{% extends "base.html" %} {% block title %}{{ role.name }} - Role Details{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{{ role.description }}
{% endif %}| Status | Device | Site | Vendor | Model | 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.vendor_name or '-' }} | {{ device.model or '-' }} | {% if device.current_captures > 0 %} {{ device.current_captures }} / {{ device.capture_types or 0 }} types {% else %} 0 {% endif %} |
Assign devices to this role to see them here