{% extends "templates/base.html" %} {% block title %}Certified hardware{% endblock %} {% block meta_description %} Hardware that have been certified for use with Ubuntu. {% endblock meta_description %} {% block outer_content %}

Search Ubuntu certified hardware

Filter

{% if total_results %} {% if total_results and total_results > 1 %} {{ offset + 1 }} – {% if offset + limit > total_results %} {{ total_results }} {% else %} {{ offset + limit }} {% endif %} of {% endif %} {{ total_results }} result{% if total_results != 1 %}s{% endif %} {% endif %}

{% if total_results > 0 %}

Results per page

{% endif %}
Toggle filters
{% if total_results > 0 %}
{% for result in results %} {% endfor %}
Vendor Model Category
{{ result.make }} {{ result.model }} {{ result.category }}
{% with total_results=total_results, total_pages=total_pages, offset=offset, limit=limit, align="u-align--left" %} {% if offset >= total_results %} {% set current_page = 1 %} {% else %} {% set current_page = ((offset / limit) + 1) | int %} {% endif %} {% if total_results > limit %} {% include "shared/_pagination.html" %} {% endif %} {% endwith %}
{% if total_results > 0 %}

Results per page

{% endif %}
{% else %}

No results - why not try widening your search?

You can do this by:

  • Adding alternative words or phrases
  • Using individual words instead of phrases
  • Trying a different spelling
{% endif %}
{% endblock %}