{% extends "layout.html" %} {% block content %} {% if data['result_list']|count %} {% endif %}

Test Result for Test Batch id: {{ testbatch_id }}

{% if data['result_list']|count %}
{% else %}

No test result in this test batch

{% endif %} {% endblock %}