{% extends "certification/views/base.html" %} {% block content %}

Validation overview

{% if hardware.website %} {% endif %}
Models: {{ hardware.models }} Status: {{ hardware.status }}
Type: {{ hardware.category }} Release: {% for release in hardware.releases %} {{ release }}{% if not forloop.last %},{% endif %} {% endfor %}
Manufacturer: {% if account.website %} {{ hardware.make }} {% else %} {{ hardware.make }} {% endif %} Architecture: {{ hardware.architecture }}
Website: {{ hardware.website }}

Validation notes

{% for certificate in certificates %} {% if certificate.notes %} {% for note in certificate.notes %} {% endfor %} {% endif %} {% endfor %}
{{ certificate.release }}
  {{ note.title }}:
{{ note.body }}

{% endblock %}