{{ t('Host') }} {{ t('Copy host/s') }}
@for (host of hosts; track host; let i = $index) { {{ t('Source host:') }} {{ host.Source.name }} ({{ host.Source.address }})
{{ t('Name of the new host') }}
@if (isHostnameInUse[i]) { {{ t('A host with the name {0} already exists. Duplicate host names could lead to confusion.', { '0': host.Host.name }) }} }
{{ t('Address of the new host') }}
}