{% extends "dashboard_app/base.html" %} {% load i18n %} {% load humanize %} {% load pagination_tags %} {% block title %} {{ block.super }} | {% trans "Test Results" %} | {{ test_result }} {% endblock %} {% block breadcrumbs %}
{% blocktrans %} This is all the information that launch control has about this result. Log analyzers can provide additional information by scrubbing it from the log file. Information that is global to a test run can be attached to test run attributes instead. {% endblocktrans %}
{% if test_result.test_run.test_results.count > 1 %}Results from the same test run are available here
{% trans "Launch Control has the following information about this test result" %}
{{ test_result.message }}
{% else %}
{% trans "information not provided" %}
{% endif %}