{% extends "certification/views/base.html" %} {% block content %}
Status | Models | Type | Architecture | Release | |
---|---|---|---|---|---|
{% if account.website %} {{ account.name }} {% else %} {{ account.name }} {% endif %} | |||||
{{ hardware.status }} | {{ hardware.model }} | {{ hardware.category }} | {{ hardware.architecture }} | {% for release in hardware.releases %} {{ release.name }}{% if release.notes %} (notes) {% endif %}{% if not forloop.last %},{% endif %} {% endfor %} |