{% load helpers %} {# renders panel on object (device, module) with firmware info assigned to it #}
| Name | Status | Description | Patch date | Actions |
|---|---|---|---|---|
| {{ assignment }} | {{ assignment.bios.status }} | {{ assignment.description }} | {{ assignment.patch_date }} | {% if perms.netbox_firmware.change_bios %} Edit {% endif %} {% if perms.netbox_firmware.delete_bios %} Delete {% endif %} |