{% 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 %} {% block page_title %}Results for {{ system.name }} {{ unit.sequence }}{% endblock %} {% block page_label %}Results for {{ system.name }} {{ unit.sequence }}{% endblock %} {% block watermark %}{{ system.name }}{% endblock %} {% block content %}

Unit information

System:
{{ system.name }}
Last test run date
{{ unit.last_test_run_date|date:"Y-m-d H:i:s"|default:"Never tested" }}
Unit:
{{ unit.sequence }}
Test run count
{{ unit.test_run_count|default:0 }}
{% include "unit/state.html" %}
{% endblock %}