@if (askFormVisible()) { } @if (loading) {
} @else if (result?.items?.length) {
@for (question of result!.items; track question.id) { }
} @else {

No questions yet.

} @if (result && totalPages > 1) {
Page {{ result.page }} / {{ totalPages }}
}