Scouthub
@if (loading()) {

Caricamento invito…

} @else if (loadError(); as message) { } @else if (invito(); as invitoData) {

Sei stato invitato

Unisciti al gruppo {{ invitoData.nomeGruppo }} su Scouthub come {{ invitoData.ruolo }}.

@if (!invitoData.valido) { } @else { @if (acceptError(); as errMessage) { } } }