-
-
-
- @Html.Action("Row1Panel1", new { model = Model.Data }) - @Html.Action("Row2Panel1", new { model = Model.Data }) -
-
- @Html.Action("Row1Panel2", new { model = Model.Data }) - @Html.Action("Row2Panel2", new { model = Model.Data }) -
-
-
- @if (Model.Data.ShowSearchBar) - { - @Html.Action("OtherTasksPanel", new {model = Model.Data}) - } - -