{% 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 %}
{{ category_pathname }} › Platform
{{ 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() %} | {{ certificate.name }} › | {% endfor %}||
|---|---|---|---|
| Certified Ubuntu Release | {% for canonical_id, certificate in platform.certificates.items() %}
|
{% endfor %}
||
| Processor | {% with device_category = "processor" %} {% include "certified/shared/_device-template.html" %} {% endwith %}|||
| Graphics | {% with device_category = "video" %} {% include "certified/shared/_device-template.html" %} {% endwith %}|||
| Network | {% with device_category = "network" %} {% include "certified/shared/_device-template.html" %} {% endwith %}|||
| Wireless | {% with device_category = "wireless" %} {% include "certified/shared/_device-template.html" %} {% endwith %}|||
| Certification date | {% for canonical_id, certificate in platform.certificates.items() %}{{ certificate.date }} | {% endfor %}