El nido

{{ subtitle() }}

@if (isAdmin()) { }
@if (lastInvitation(); as last) {

Invitación creada para {{ last.invitation.email }}. @if (last.emailDelivered) { Se ha enviado el email. } @else { No se pudo enviar el email — copia el enlace y mándaselo tú. }

} @if (addOpen()) {

Añadir miembro

@if (addForm().memberType === 'Adult' && addForm().contactEmail.trim().length > 0) { @if (addForm().sendInvitation) { } } @if (formError()) {

{{ formError() }}

}
} @if (loading()) {

Cargando…

} @else if (error()) {

No hemos podido cargar la información. Reintenta en un momento.

} @else { @if (isAdmin() && invitations().length > 0) {

Invitaciones pendientes

} }