{% extends "layout.html" %}
{% set components = [] %}
{% block title %}Overview{% endblock %}
{% block body %}
{# Display available test result suites. #}
{% set summary = request.get_db_summary() %}
Test Suites
{% for suite in summary.suites %}
{{suite.name}}
{% endfor %}
{% if g.db_info.db_version == '0.3' and g.db_info.showGeneral %}