1 <%inherit file="/base.mako" />
3 <%def name="title()">${c.forum.name} - Forums</%def>
6 % for thread in c.threads:
8 <td><a href="${url(controller='forum', action='posts', forum_id=c.forum.id, thread_id=thread.id)}">${thread.subject}</a></td>
9 <td>${thread.post_count}</td>