@model ProfileIndexModel @using SmartStore.Web.Models.Profile; @{ Layout = "~/Views/Shared/_Root.cshtml"; Html.AddTitleParts(T("PageTitle.Profile").Text); }

@Model.ProfileTitle

@Html.Action("info", new { customerProfileId = Model.CustomerProfileId })