{% for check in service.healthcheck_set.all %}
{% include 'nyxboard/partials/healthcheck-card.html' with check=check check_mode=check.check_mode last_result=check.last_result %}
{% endfor %}
{% endif %}
{% empty %}
No health checks available. Please add health checks to monitor.