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

Screenshot in Test Batch id: {{ testbatch_id }}

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

No screenshot in this test batch

{% endif %} {% endblock %}