[% INCLUDE 'include/header.html' %] [% FOR channel IN target_channels %]
[% channel.name | html %] more..
[% FOR line IN channel.recent_log %] [% render_line( line ) %]
[% END %]
[% END %]
[% IF has_next_page %] next [% END %]
ch list[8] [% INCLUDE 'include/footer.html' %]