{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Test Browser" %}{% endblock %} {% block contents %}

{% trans "Test Browser" %}

{% trans "Browse and explore your test cases, plans, runs, and execution results." %}

{% endblock %}