{#if showSkeleton && compact}
{:else if showSkeleton}
Total
{:else if compact}
{containers.running}
{containers.stopped}
{containers.paused}
{containers.restarting}
{containers.unhealthy}
{:else}
{containers.running}
{containers.stopped}
{containers.paused}
{containers.restarting}
{containers.unhealthy}
Total {containers.total}
{/if}