border-spacing: 0;
tbody {
#to_from {
z-index: 999;
}
tr {
th,
td {
<table>
<tr>
<th>From \ To</th>
<th id="to_from">From \ To</th>
[% FOR b IN Branches.all() %]
<th>[% b.branchname | html %]</th>
[% END %]
-