{% extends "tables/base.html" %} {% comment %} Copyright 2012 Google Inc. All Rights Reserved. This template builds a complicated timing page for the ChromeOS Test Dashboard. The table header is complicated both because it uses row-spanning and it includes columns for a dynamic list of netbooks. The table cells themselves are implemented as hyperlinks and vanilla text but include hovertext popups that make the elements a little longer. {% endcomment %} {% block title %}ChromeOS Timing Dashboard{% endblock %} {% block header_block %} {% include 'tables/summary/header.html' %} {% endblock %} {% block html_block %}

TOT Boards
{% for summary_data in tpl_summary_data %} {% for board, netbooks, columns, rows in summary_data %} {% if forloop.counter0|divisibleby:"2" %} {% if not forloop.last %}
{% else %}
{% endif %} {% else %}
{% endif %} {% for netbook in netbooks %} {% endfor %} {% for netbook in netbooks %} {% endfor %} {% for builder, build, start, finish, elapsed, details in rows %} {% for tstart, tfinish, telapsed, tdelayed in details %} {% endfor %} {% endfor %}
{{ board }}
Build# Build Time {{ netbook }} View test and performance results for {{ board }} on {{ netbook }}
Test Time Delayed
{{ build }} View build log for {{ build }} on {{ board }} {{ elapsed }} {{ telapsed }} {{ tdelayed }}
{% if forloop.counter0|divisibleby:"2" %}
 
{% endif %} {% empty %}

There are no summary timing tables.

{% endfor %} {% if not forloop.last %}

Branch Boards
{% endif %} {% endfor %} {% endblock %}