@if (satellite) {
{{ t('Satellite') }} »{{ satellite.name }}« {{ t('is used by') }} {{ total }} {{ t('objects.') }}
@if (all_hosts) { @if (all_hosts.length > 0) { } @for (host of all_hosts; track host) { }
{{ t('Hosts') }} ({{ all_hosts.length }})
{{ host.name }} ({{ host.address }}) {{ host.name }} ({{ host.address }})
} @if (total === 0) { {{ t('This satellite is not used by any object') }} }
}