@if (allowSubmission) { } @else {

{{ 'productDetails.questionsSubmissionFuture' | translate }}

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

{{ 'productDetails.questionsEmpty' | translate }}

} @if (result && totalPages > 1) {
{{ 'productDetails.pageOf' | translate:{ page: result.page, total: totalPages } }}
}