{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}
{% if checks %}| Name | Kind | Owner | Schedule | Batch size | Max concurrent | Rollout % | Active since | Dry run | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ check.name }} | {{ check.kind }} |
{{ check.owner }} | {% if check.schedule %}{{ check.schedule }}{% else %}Manual only{% endif %} |
{{ check.batch_size }} | {{ check.max_concurrent }} | {{ check.rollout_percentage|floatformat:2 }} | {% if check.active_since_days %}{{ check.active_since_days }}d{% else %}All teams{% endif %} | {% if check.dry_run %}Yes{% else %}No{% endif %} | Trigger |
No health checks registered. Ensure product health check modules are listed in the registry.
{% endif %} {% endblock %}