Lines 74-82
Link Here
|
74 |
</tr> |
74 |
</tr> |
75 |
[% FOR bf IN branchfromloop %] |
75 |
[% FOR bf IN branchfromloop %] |
76 |
<tr> |
76 |
<tr> |
77 |
<th>[% bf.name | html %]</th> |
77 |
<th title="[% bf.name | html %]">[% bf.name | html %]</th> |
78 |
[% FOR bt IN bf.branchtoloop %] |
78 |
[% FOR bt IN bf.branchtoloop %] |
79 |
<td> |
79 |
<td title="[% bf.name | html %] / [% bt.name | html %]"> |
80 |
[% IF bt.skip %] |
80 |
[% IF bt.skip %] |
81 |
|
81 |
|
82 |
[% ELSE %] |
82 |
[% ELSE %] |
83 |
- |
|
|