OT&E Status Check

@if(registrarId() === null) {

Missing registrarId param

} @else if(isOte()) {

Status: {{ oteStatusUnfinished().length ? "Unfinished" : "Completed" }}

@if(oteStatusCompleted().length) {

Completed

check_box{{ entry.description }}
} @if(oteStatusUnfinished().length) {

Unfinished

check_box_outline_blank{{ entry.description }}
}
} @else {

Registrar {{ registrarId() }} is not an OT&E registrar

}