# {{obj.test_id}}
{% if obj.passed %} {% else %} {% endif %} {{obj.test}} {% if obj.status_code != "500" %} {{obj.status_code}} {% else %} {{obj.status_code}} {% endif %} {% include "modal.html" with obj=obj %}
{% if obj.response_time < 1000 %}
{{obj.response_time}}ms
{% else %}
{{obj.response_time}}ms
{% endif %}