{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "Test Browser" %}{% endblock %} {% block contents %}
{% trans "Test Browser" %}
{% trans "Cases, plans, runs, and execution results — pick a starting point." %}
{% trans "Browse test cases by product and category with tree navigation." %}
{% trans "Browse test plans by product with type and status overview." %}
{% trans "Browse test runs by product and plan with execution status." %}
{% trans "Dashboard view with drill-down into plans and cases." %}