@let preTopHtml = preTopHtml$ | async; @if (preTopHtml?.hasContent) {
} @else {

Enroll {{ tokenType().name }} Token

}
@if (descriptionRequired()) { Description {{ descriptionControl.value.length }} / {{ tokenService.maxDescriptionLength }} @if (descriptionControl.hasError("required")) { Description is required. } @else if (descriptionControl.hasError("maxlength")) { Description cannot exceed 80 characters. } }