// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ParticipationWithoutAccount handles being already a participant 1`] = `

This Mobilizon instance and this event organizer allows anonymous participations, but requires validation through email confirmation.

Your email will only be used to confirm that you're a real person and send you eventual updates for this event. It will NOT be transmitted to other instances or to the event organizer.
You are already a participant of this event

If you want, you may send a message to the event organizer here.

`; exports[`ParticipationWithoutAccount renders the participation without account view with minimal data 1`] = `

Request for participation confirmation sent

Check your inbox (and your junk mail folder). Your participation will be validated once you click the confirmation link into the email.

Unable to save your participation in this browser.

You may now close this window, or return to the event's page.

`; exports[`ParticipationWithoutAccount renders the warning if the event participation is restricted 1`] = `

Request for participation confirmation sent

Check your inbox (and your junk mail folder). Your participation will be validated once you click the confirmation link into the email, and after the organizer manually validates your participation.

Unable to save your participation in this browser.

You may now close this window, or return to the event's page.

`;