{hasUpdates
? {containersWithUpdates.length} container{containersWithUpdates.length === 1 ? " has" : "s have"} updates.
: checking
? Checking for updates...
: (hasChecked && containers.length > 0)
? All containers are up to date.
: {containers.length} running container{containers.length !== 1 && "s"} found.}
{hasUpdates && }
{hasUpdates && }
{containersWithoutUpdates.length} container{containersWithoutUpdates.length === 1 ? " is" : "s are"} up to date.