micboard - Real-time Wireless Microphone Monitoring
{% if api_health %}
{% if api_health.status == 'healthy' %}
APIs Healthy
{% elif api_health.status == 'partial' %}
APIs Partial
{% elif api_health.status == 'unhealthy' %}
APIs Unhealthy
{% else %}
APIs Unconfigured
{% endif %}
{% if api_health.details %}
({{ api_health.healthy_manufacturers }}/{{ api_health.total_manufacturers }})
{% endif %}
{% endif %}