@model ContractService.Views.Shared.Table.TableViewModel @if (Model.HasBox) { @Html.Raw("
") } @{ if (Model.HasBox && (Model.CurrentPage != null || Model.SearchForm != null)) {
@Html.Action("ToolMenu", "Layout", new { activeMenu = Model.CurrentPage, searchForm = Model.SearchForm })
} } @*data-content-type="application/x-www-form-urlencoded; charset=UTF-8"*@
@if (Model.FieldItems != null && Model.FieldItems.Any()) { foreach (var item in Model.FieldItems) { } }
@(item.DisplayName)
@if (Model.HasBox) { @Html.Raw("
") }