|
Lines 72-82
Link Here
|
| 72 |
<tr> |
72 |
<tr> |
| 73 |
<th class="NoSort"> </th> |
73 |
<th class="NoSort"> </th> |
| 74 |
[% FOREACH item_header IN item_header_loop %] |
74 |
[% FOREACH item_header IN item_header_loop %] |
| 75 |
[% IF item_header.column_name %] |
75 |
<th data-colname="[% item_header.attribute | html %]"> |
| 76 |
<th data-colname="[% item_header.column_name | html %]"> |
|
|
| 77 |
[% ELSE %] |
| 78 |
<th> |
| 79 |
[% END %] |
| 80 |
[% item_header.header_value | html %] |
76 |
[% item_header.header_value | html %] |
| 81 |
</th> |
77 |
</th> |
| 82 |
[% END %] |
78 |
[% END %] |
| 83 |
- |
|
|