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

@ViewData["Title"].

@{ await Html.RenderPartialAsync("_PerformerPartial", Model) ; }

@SR["Choose below your main activity"]:


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