{% load helpers %} {# renders panel for device type with all compatible Firmwares #}
Compatible Firmwares View All info
{% if firmwares %} {% for fw in firmwares %} {% endfor %}
Name Description Status
{{ fw.name }} {{ fw.description }} {{ fw.status }}
{% else %}

No firmware available for this type.

{% endif %}