[% IF topic_list.size %]
[% FOREACH t = topic_list %] [% END %]
Topic Sort Order Action
[% t.name | htmlsafe %] [% t.sortorder | htmlsafe %] Edit Topic - Delete Topic
[% ELSE %]
No topics.
[% END %]