{% if total_count == 0 %}
No clients
{% else %}
{{ total_count }}
{% if healthy_count == total_count %} All healthy {% else %} {{ healthy_count }} / {% if degraded_count > 0 %}{{ degraded_count }} /{% endif %} {% if down_count > 0 %}{{ down_count }}{% endif %} {% endif %}
{% endif %}