@if (isAdmin) {

Richieste di creazione gruppo

@if (loading()) {

Caricamento richieste…

} @else if (loadError(); as message) { } @else { @if (actionError(); as message) { } @if (richieste().length === 0) {

Nessuna richiesta in sospeso

} @else {
@for (richiesta of richieste(); track richiesta.id) {
{{ richiesta.nomeProposto }}
{{ richiesta.email }} · {{ richiesta.regione ?? 'regione non indicata' }} · richiesta del {{ formattaData(richiesta.createdAt) }}
}
} } } @else {

Accesso non consentito

Questa pagina è riservata agli utenti con ruolo admin.

}