{{#if device.provision}}
{{device.provision.endpoint_brand}} - {{device.provision.endpoint_model}}
{{else}}
{{#if device.id}}
{{device.name}}
{{else}}
{{i18n.devices.sip_device.new}}
{{/if}} {{/if}}
{{#if device.provision}}
{{else}}
{{ device.sip.realm }}
{{/if}}
{{#if device.provision}}
{{ i18n.devices.popupSettings.sip.sectionTitle }}
{{ device.sip.realm }}
{{/if}}
{{ i18n.devices.popupSettings.audio.sectionTitle }}
{{ i18n.devices.popupSettings.dragAndDrop }}
{{ i18n.devices.popupSettings.video.sectionTitle }}
{{ i18n.devices.popupSettings.dragAndDrop }}
{{ i18n.devices.popupSettings.restrictions.sectionTitle }}
{{#each device.extra.restrictions}}
{{#monsterSwitch}} {{/monsterSwitch}}
{{/each}}
{{#if device.extra.hasDisabledRestrictions}}
  

{{ i18n.devices.popupSettings.restrictions.disabledRestrictionsInfo }}

{{/if}}
{{ i18n.devices.popupSettings.callerId.sectionTitle }}
{{#if device.extra.hasE911Numbers}}

{{else}}
{{ i18n.devices.popupSettings.callerId.noE911Numbers }}
{{/if}}
{{ i18n.devices.popupSettings.miscellaneous.sectionTitle }}
{{ i18n.devices.popupSettings.miscellaneous.rtp.type }}
{{#if device.provision.feature_keys}}
{{ i18n.devices.popupSettings.featureKeys.menuTitle }}
{{ i18n.devices.popupSettings.featureKeys.info.link.showInfo }}
{{#each featureKeys.types}}

{{#if info}}{{text}}: {{info}}{{/if}}

{{/each}}
{{#each device.provision.feature_keys}}
{{/each}}
{{/if}}
{{#if device.id}} {{ i18n.devices.deleteDevice }} {{/if}}
{{ i18n.cancel }}