@model Project_Unite.Models.ApplicationUser @{ ViewBag.Title = "My profile"; }

@if (string.IsNullOrWhiteSpace(Model.FullName)) { @Model.DisplayName } else { @Model.FullName (@Model.DisplayName) }

@ViewBag.StatusMessage

Full name: @if (string.IsNullOrWhiteSpace(Model.FullName)) {

Not provided.

} else {

@Model.FullName

}
Display name:

@Model.DisplayName

Codepoints:

If you have your in-game system linked with your account, your Codepoints will be shown here.

@Model.Codepoints

Links @if (!string.IsNullOrWhiteSpace(Model.YoutubeUrl)) { }    @if (!string.IsNullOrWhiteSpace(Model.Website)) { Website }

Not yet implemented.

This feature has not been implemented just yet.

Not yet implemented.

This feature has not been implemented just yet.

Not yet implemented.

This feature has not been implemented just yet.

Not yet implemented.

This feature has not been implemented just yet.