{{ dialogBody() }}

@if (formattedSavedUrls().length === 1) {

{{ "savedWebsite" | i18n }}

{{ formattedSavedUrls()[0] }}
} @if (formattedSavedUrls().length > 1) {

{{ "savedWebsites" | i18n: formattedSavedUrls().length.toString() }}

@for (url of formattedSavedUrls(); track url; let i = $index) {
{{ url }}
}
}

{{ "currentWebsite" | i18n }}

{{ formattedCurrentUrl() }}
@if (currentUrlMatchesNeverUri()) {

{{ "uriMatchRule" | i18n }}

{{ "neverMatch" | i18n }} }
@if (!viewOnly()) { }