{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Test Browser" %}{% endblock %} {% block contents %}
{% trans "Browse and explore your test cases, plans, runs, and execution results." %}
{% 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." %}