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