@model Petwork.Web.Models.Profile.DisplayPersonalModel @{ ViewBag.Title = string.Format("Profilo di {0}", ViewBag.Target.FullName); Layout = "~/Views/Shared/_LayoutUserThreeBars.cshtml"; Html.DoSelect("Sidebar", "Wall"); }
@if (ViewBag.IsMe) { @Resources.Profile.EditProfile } else { @Html.AddFriendLink((Account)ViewBag.Account, Model.Account) @Resources.Profile.SendMessage }

@Model.Account.FullName

@if (!ViewBag.IsMeOrIamFriend) {

@Resources.Profile.ShowOnlyFriendsWall

} else { @Html.Action("DisplayStream", "Wall", new { Model.Account.Wall.Id }) }