Account Invitation
[#if invitation??] [#if invitation.pending] [#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]