{% extends "templates/base.html" %} {% block title %} {{ platform.vendor }} {{ platform.name }} certified with Ubuntu.{% endblock %} {% block meta_description %}Platform that is certified for use with Ubuntu.{% endblock meta_description %} {% block body_class %}is-paper{% endblock body_class %} {% block outer_content %}
{% with category=platform.category %} {% include "certified/shared/category-image.html" %} {% endwith %}

{{ platform.vendor }} {{ platform.name }}

{% if platform.certificates|length == 1 %}

1 certified configuration

{% else %}

{{ platform.certificates|length }} certified configurations

{% endif %}
{% for canonical_id, certificate in platform.certificates.items() %} {% endfor %} {% for canonical_id, certificate in platform.certificates.items() %} {% endfor %} {% with device_category = "processor" %} {% include "certified/shared/_device-template.html" %} {% endwith %} {% with device_category = "video" %} {% include "certified/shared/_device-template.html" %} {% endwith %} {% with device_category = "network" %} {% include "certified/shared/_device-template.html" %} {% endwith %} {% with device_category = "wireless" %} {% include "certified/shared/_device-template.html" %} {% endwith %} {% for canonical_id, certificate in platform.certificates.items() %} {% endfor %}
{{ certificate.name }} ›
Certified Ubuntu Release
    {% for release in certificate.releases|sort|reverse %}
  • {{ release }}
  • {% endfor %}
Processor
Graphics
Network
Wireless
Certification date {{ certificate.date }}

{% endblock %}