@if (post) {
{{ t('Edit Checkmk agent') }} {{ post.name }}
@if (post.container_id == ROOT_CONTAINER) {

{{ t('/root container selected!') }}

{{ t('Choosing a tenant container is recommended for later permission purposes') }}

}
@if (post.container_id === 0) {
{{ t('Please select a container.') }}
}
}