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

System information

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