1 <%inherit file="/base.mako" />
3 <%def name="title()">Forums</%def>
5 <table class="forum-list striped-rows">
7 <tr class="header-row">
8 <th class="name">Forum</th>
9 <th class="stats">Volume</th>
10 <th class="stats">Activity</th>
14 % for forum in c.forums:
16 <td class="name"><a href="${url(controller='forum', action='threads', forum_id=forum.id)}">${forum.name}</a></td>
17 <td class="stats">xxx</td>
18 <td class="stats">xxx</th>