{% extends "base.html" %} {% block title %}Kylin整机认证测试{% endblock %} {% block page_content %} {% if results %}
{% for host, id_dict in results.items() %}
{% for id, job_list in id_dict.items() %}
Test ID: {{id}}
    {% for job in job_list %}
  • {{ job }}
    查看 {% if loop.length > 1 %} 合并 {% endif %}
  • {% endfor %}
{% endfor %}
{% endfor %}
{% else %}

暂无测试结果上传

{% endif %} {% endblock %} {% block scripts %} {% endblock scripts %}