{#if unhealthy > 0}
{unhealthy} unhealthy
{:else if restarting > 0}
{restarting} restarting
{:else}
All containers healthy
{/if}