@page @model Remotely.Server.Pages.InviteModel @{ ViewData["Title"] = "Invite"; }

Organization Invite

@if (Model.Success) {
Congratulations!

You've successfully joined the organization!

} else {
Uh oh.

@Model.Message

}