@if (type === 'host') {
@if (hostBrowserConfig) {
}
} @else if (type === 'service') {
@if (serviceBrowserConfig) {
}
} @else {
}
@if (documentation) {
@switch (type) {
@case ('servicetemplate') {
{{ t('Service template:') }}
{{ documentation.objectName }}
}
@case ('hosttemplate') {
{{ t('Host template:') }}
{{ documentation.objectName }}
}
@default {
{{ t('Object:') }}
{{ t('documentation') }}
}
}
{{ t('No documentation has been written yet for this object. Click on "Edit" to start writing.') }}
@if (html) {
}
}