{% extends "base.html" %} {% load i18n %} {% block style %} {% endblock %} {% block sidebar %}
{% blocktrans %} Launch Control is a Quality Assurance web application {% endblocktrans %}
{% blocktrans %} It is designed to collect and store test reports in a format called dashboard bundles {% endblocktrans %}
{% trans "Learn more about Launch Control" %}
{% endblock %} {% block content %}Select item from the menu above
{% endblock %}