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

No BIOS available for this module type.

{% endif %}