@if(!registrarService.registrar()?.registryLockAllowed) {
Sorry, your registrar hasn't enrolled in registry lock yet. To do so, please
contact {{ userDataService.userData()?.supportEmail }}.
} @else if (isLocked()) {
Unlock the domain {{ domainListService.selectedDomain }}
} @else {
Lock the domain {{ domainListService.selectedDomain }}
}