{% extends 'detail_view.html' %} {% load wnsq_tags %} {% block button_bar %} {{ block.super }} Report {% endblock %} {% block content %}
Measurement
Sample {{ sample__name }}
Bag {{ sample__contained_in__name }}
Started {{ started_at }}
Finished {{ finished_at }}
Location {{ location }}
Temperature {{ temperature|floatformat:1 }}
Method {{ used_method }}
Presentation time {{ presentation_time }}
Device {{ olfactometer__name }}
Calibration valid until {{ calibration__valid_to }}
Analysis result {{ analysis_result|floatformat:2 }}
Measurement result {% if not compliant_result %}({% endif %} {{ result|floatformat:2|value_or_nothing }} {% if not compliant_result %}){% endif %}
Comments {{ comments }}
{% for round in round_info %} {% for p in round.results %} {% endfor %}
Round {{ round.number }} {% if not round.is_included %}   (discarded) {% endif %}
Panelist ITE DZ Blank
{{ p.panelist }} {% if p.valid %} {{ p.ite|floatformat:2 }} {% else %} ({{ p.ite|floatformat:2 }}) {% endif %} {{ p.dz|floatformat:2 }} {{ p.blank }}
{% endfor %}
Report generation
{% endblock content %}