@if (result.response.general_information) {
{{ result.response.general_information.finalclass }}
{{ t('General information') }} {{ t('Status') }} {{ t('Operations') }}
{{ t('man_wan_id') }} @if (result.response.general_information['man_wan_id']) { {{ result.response.general_information['man_wan_id'] }} }
@switch (result.response.general_information.status.value) { @case ('implementation') { {{ t('implementation') }} } @case ('active') { {{ t('active') }} } @case ('stock') { {{ t('stock') }} } @case ('obsolete') { {{ t('obsolete') }} } }
{{ t('finalclass') }} {{ result.response.general_information.finalclass }}
{{ t('hostname') }} {{ result.response.general_information.hostname }} @switch (result.response.general_information.status.value) { @case ('implementation') { } @case ('active') { } @case ('stock') { } @case ('obsolete') { } } {{ t('monitoring_template') }} @if (result.response.general_information['monitoring_template']) { {{ result.response.general_information['monitoring_template'] }} }
{{ t('External ID') }} {{ result.response.general_information.id }} @if (result.response.externalLink) { } {{ t('wan_interface') }} @if (result.response.general_information['wan_interface']) { {{ result.response.general_information['wan_interface'] }} }
{{ t('org_id_friendlyname') }} @if (result.response.general_information['org_id_friendlyname']) { {{ result.response.general_information['org_id_friendlyname'] }} } {{ t('loopback_ip') }} @if (result.response.general_information['loopback_ip']) { {{ result.response.general_information['loopback_ip'] }} }
{{ t('organization_name') }} {{ result.response.general_information.organization_name }} {{ t('location_name') }} @if (result.response.general_information['location_name']) { {{ result.response.general_information['location_name'] }} }
{{ t('wan_scope') }} @if (result.response.general_information['wan_scope']) { {{ result.response.general_information['wan_scope'] }} }
{{ t('WANLine details') }}
{{ t('router_asset_id') }} @if (result.response.general_information['router_asset_id']) { {{ result.response.general_information['router_asset_id'] }} }
{{ t('topsite') }} @if (result.response.general_information['topsite']) { {{ result.response.general_information['topsite'] }} }
{{ t('linetype') }} @if (result.response.general_information['linetype']) { {{ result.response.general_information['linetype'] }} }
{{ t('wan_edge_type') }} @if (result.response.general_information['wan_edge_type']) { {{ result.response.general_information['wan_edge_type'] }} }
{{ t('Accounting') }}
{{ t('provider_id_friendlyname') }} @if (result.response.general_information['provider_id_friendlyname']) { {{ result.response.general_information['provider_id_friendlyname'] }} } {{ t('wan_serviceclass') }} @if (result.response.general_information['wan_serviceclass']) { {{ result.response.general_information['wan_serviceclass'] }} }
{{ t('provider_linenumber') }} @if (result.response.general_information['provider_linenumber']) { {{ result.response.general_information['provider_linenumber'] }} } {{ t('wan_risk_class') }} @if (result.response.general_information['wan_risk_class']) { {{ result.response.general_information['wan_risk_class'] }} }
{{ t('service_number') }} @if (result.response.general_information['service_number']) { {{ result.response.general_information['service_number'] }} }
}