{% extends "dashboard_app/_content.html" %} {% load call %} {% block content %}
{% for hwpack in hwpack_list %} | {{ hwpack }} | {% endfor %}
---|---|
{{ rootfs }} | {% for hwpack in hwpack_list %}{% call ImageHealth rootfs hwpack as image_health %} {{ image_health.get_test_runs.count }} test runs {% endcall %} | {% endfor %}