{% comment %} Copyright 2012 Google Inc. All Rights Reserved. This template builds the page header for the details pages on the Chrome OS Test Dashboard. It consists of one row of hyperlinks: -HOME -Info about the current board/netbook -A block for optional additional entries from headers that inherit this. {% endcomment %}
HOME |  {{ tpl_board }}({{ tpl_netbook }}) {% for other_netbook, landing in tpl_board_netbooks %}  |  {{ other_netbook }} {% endfor %} {% for other_board in tpl_other_boards %}  |  {{ other_board }} {% endfor %} last updated: {{ tpl_last_updated }}
{% block header_link_block %}{% endblock %}