@model Project_Unite.Models.ApplicationUser
@{
ViewBag.Title = Model.DisplayName;
ViewBag.Banner = Model.BannerUrl;
}
@if (string.IsNullOrWhiteSpace(Model.FullName))
{ @Model.DisplayName }
else
{
@Model.FullName (@Model.DisplayName)}
User stats
- @Model.Codepoints Codepoints
- Joined at: @Model.JoinedAt
- Posts: @Model.PostCount
- Topics: @Model.TopicCount