@{ Layout = null; } @model IList @{ foreach (var penalty in Model) { await Html.RenderPartialAsync("_Penalty", penalty); } }