{{t 'containerLogs.title'}} {{#if displayName}} {{displayName}} {{else if (gt instance.containers.length 1)}}
{{new-select classNames="form-control" optionValuePath="name" optionLabelPath="name" content=instance.containers value=containerName }}
{{else}} {{containerName}} {{/if}}
{{t (concat 'containerLogs.status.' status)}}

{{#if showProtip}}
{{t 'containerLogs.protip' key=alternateLabel}}
{{/if}}

{{yield}}