{% load helpers %} {# renders panel for module type with all compatible BIOS #}
Compatible BIOS View All info
{% if bios %} {% for b in bios %} {% endfor %}
Name Description Status
{{ b.name }} {{ b.description }} {{ b.status }}
{% else %}

No BIOS available for this type.

{% endif %}