{% extends "ui/base-devices.html" %} {% load icons %} {% load url from future %} {% block content %} {% for item in components %} {% if item.model.is_software %} {% if item.hrefinfo %} {% else %} {% endif %} {% endif %} {% endfor %}
Label Version
{{ item.label }} {{ item.label }} {{ item.version|default:'–' }}
{% endblock content %}