__section__ default __description__ List all the current topics * title = passed to titlebar * width = passed to titlebar * topic_admin = boolean for whether current user is admin * topics = hashref of current topics __title__ __page__ topics __lang__ en_US __name__ listTopics __template__ [% PROCESS titlebar %] [% x = 0 %] [% FOREACH topic = topics.sort("alttext"); x = x + 1; "" IF (x mod 6) == 1 %] [% END %]
[% topic.alttext %][% IF topic_admin %] [% END %]
[% topic.alttext %]
__seclev__ 10000