Account Invitation

[#if invitation??] [#if invitation.pending]

${invitation.creator.name} has invited you to Fanurio for ${invitation.business.name} to collaborate on projects. To accept the invitation and create your account, fill in this form.

${status!" "}
[#elseif invitation.accepted] [#if person??]

Invitation accepted. You can now use the desktop client to log in to your account and access your projects.

[#else]

This invitation was already accepted. You can log in to your account or you can reset your password if you forgot it.

[/#if] [#elseif invitation.revoked]

This invitation is no longer available. Please ask your server administrator to send you a new invitation if you need to create an account.

[/#if] [#else]

There is no such invitation. Please ask your server administrator to send you an invitation if you need to create an account.

[/#if]