@if (Model.AvatarEnabled && !String.IsNullOrEmpty(Model.AvatarUrl))
{
}
@if (Model.LocationEnabled)
{
@T("Profile.Country"): @Model.Location
}
@if (Model.PMEnabled)
{
@Html.ActionLink(T("Forum.PrivateMessages.PM").Text, "Send", "PrivateMessages", new { id = @Model.CustomerProfileId }, new { @class = "pm-link-button" })
}
@Html.Widget("profile_page_info_userdetails")
@T("Profile.Statistics")
@if (Model.TotalPostsEnabled)
{
@T("Profile.TotalPosts"): @Model.TotalPosts
}
@if (Model.JoinDateEnabled)
{
@T("Profile.JoinDate"): @Model.JoinDate
}
@if (Model.DateOfBirthEnabled)
{
@T("Profile.DateOfBirth"): @Model.DateOfBirth
}
@Html.Widget("profile_page_info_userstats")