@if (!auth.isAuthenticated() && !auth.isSelectingProgram()) {

Login

@if (error()) {

{{ error() }}

}
Register your school district
} @if (auth.isSelectingProgram()) {

Select a Program

Choose which program to log into.

@if (error()) {

{{ error() }}

}
@for (program of auth.programs(); track program.programId) { }
}