{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block magellan %}
{% endblock %} {% block main %}

{{ stage.docs[0].filename|replace('TEST-REPORT-', '') }} Test & Calibration Report

Model {{ stage.devicetype }}
Serial No. {{ stage.sno }}
Test Definitions R{{ stage.svnrevision }} configs
Test Date {{ stage.testdate }}
{{ stage.desc }}

Download

Test Result

{% for suite in stage.suites %} {% for test in suite.tests %} {% endfor %}
{{ suite.desc }} {{ suite.title }} {{ suite.ts }} {{ suite.passed }}
{{ loop.index }} {{ test.desc }} {{ test.title }} {{ test.ts }} {{ test.passed }}
{% endfor %}
Instruments
{% for instrument in stage.instruments|dictsort(False, 'value') %} {% endfor %}
IDX Instrument
{{ instrument.1 }} {{ instrument.0 }}
{% endblock %}