{% extends "base-layout.html" %}
{% comment %}
Copyright 2010-2011 Canonical Ltd. This software is licensed under the
GNU Affero General Public License version 3 (see the file LICENSE).
{% endcomment %}
{% load i18n %}
{% block page_title %}{% trans "Units tested in Launchpad" %}{% endblock %}
{% block page_label %}{% trans "Units" %}{% endblock %}
{% block watermark %}{% trans "Units" %}{% endblock %}
{% block content %}
These are units tested for {{ system.name }}.
{% include "unit/search.html" %}
{% endblock %}