-
{% for check in test_results %}
-
{{check.name}}
{{check.desc}}
{% if check.result %} {% trans "Test Passed!" %} {% else %} {% trans "Test Failed!" %} {% endif %}
{% if check.error_msg %}{{check.error_msg}}
{{check.fix_info|safe}}
{% else %} {% endif %}
{% endfor %}