{% extends "tables/details/header.html" %}
{% comment %}
Copyright 2010 Google Inc. All Rights Reserved.
This template extends the details base header to include links to
other test categories.
{% endcomment %}
{% block header_link_block %}
{% for category, not_used, label, bg_class in tpl_categories_with_color %}
{% ifequal category tpl_category %}
{% else %}
{% endifequal %}
{% if not forloop.last %}|{% endif %}
{% endfor %}
{% endblock %}