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

Project information

Launchpad Id:
{{ pillar.name }}
Last test run date
{{ pillar.last_test_run_date|date:"Y-m-d H:i:s"|default:"Never tested" }}
 
Test run count
{{ pillar.test_run_count|default:0 }}
{% include "pillar/series.html" %}
{% include "testrun/latest-test-runs.html" %}
{% include "teststat/top-testers.html" %}
{% endblock %}