{{ uriLabel }}
@if (canRemove) {
}
@if (canReorder) {
}
@if (showMatchDetection) {
{{ "matchDetection" | i18n }}
@for (o of uriMatchOptions; track o.value) {
}
@if (getMatchHints(); as hints) {
{{ hints[0] | i18n }}
@if (hints.length > 1) {
{{ "warningCapitalized" | i18n }}:
{{ hints[1] | i18n }}
}
}
}