@model BriefeViewModel; @{ var minwidth = ""; if (Model.MinWidth) minwidth = "ha-minwidth"; }
| @marginal.Item1/@marginal.Item2 | @Html.Raw(@marginal.Item3) | 
| @* Not beautiful, but here's whitespace in between otherwise *@ @hand.Item1@if (!String.IsNullOrEmpty(hand.Item2))
                                    { –@hand.Item2} | @hand.Item3 | 
| @edit.Item1@if (!String.IsNullOrEmpty(edit.Item2))
                                    { –@edit.Item2} | @if (!String.IsNullOrWhiteSpace(edit.Item3)) { @Html.Raw(@edit.Item3)] } | @Html.Raw(@edit.Item4) |