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