{% extends "tables/base.html" %}
{% comment %}
Copyright 2010 Google Inc. All Rights Reserved.
This template builds a page to show the emails produced for the Chrome OS
Test Dashboard.
It's a combination of our existing summary header plus to iframe panels:
one planel to show test emails and the other to show performance emails.
{% endcomment %}
{% block title %}ChromeOS Test Emails{% endblock %}
{% block header_block %}
{% include 'tables/summary/header.html' %}
{% endblock %}
{% block html_block %}
{% endblock %}