{{t 'modalShell.title'}}
{{#if displayName}}
{{displayName}}
{{else if (gt runningContainers.length 1)}}
{{new-select
classNames="form-control"
optionValuePath="name"
optionLabelPath="name"
content=runningContainers
value=containerName
}}
{{else}}
{{containerName}}
{{/if}}
{{t (concat 'containerShell.status.' status) error=error}}
{{#if statusCode}}
{{t 'containerShell.status.code' code=statusCode}}
{{/if}}
{{#if showProtip}}
{{t 'containerShell.protip' key=alternateLabel}}
{{/if}}
{{#if hasBlock}}
{{/if}}