[%- FILTER collapse %]
[% SET class = loop.count % 2 ? 'odd' : 'even' %]
| [% INCLUDE column_name.tt2 %] |
[% INCLUDE column_type.tt2 %] |
[% INCLUDE column_info.tt2 %] |
[% INCLUDE table_comment.tt2 colspan = 2 comment = col.comment %]
[% END -%]
[%# $Id$ #%]