@model PerformerProfile @{ ViewData["Title"] = SR["Your performer profile"]; } @section header{ @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } } @section scripts{ }

@ViewData["Title"]

@Html.DisplayFor(model => model)

@SR["Setup below your activity parameters"]:


@Html.Hidden("OrganizationAddress.Latitude") @Html.Hidden("OrganizationAddress.Longitude") @Html.Hidden("PerformerId")
@Html.Hidden("PerfomerId")