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