@if(!inEdit && !registrarNotFound) { @if (oteButtonVisible) {
}
}
@if(registrarNotFound) {
Registrar not found
} @else {
{{ registrarInEdit.registrarId }}
@if (registrarInEdit.registrarName !== registrarInEdit.registrarId) {
{{ registrarInEdit.registrarName }}
} @if(inEdit) {
} @else {
Registrar details
@for (column of columns; track column.columnDef) {
{{ column.header }}
', ' ')"
>
}
} }