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

User information

Submissions in Launchpad
{{ person.name }}
Last test run date
{{ person.last_test_run_date|date:"Y-m-d H:i:s"|default:"Never tested" }}
Test run count
{{ person.test_run_count|default:0 }}
{% include "teststat/latest-test-projects.html" %}
{% include "testrank/latest-test-systems.html" %}
{% endblock %}