{{ cat.grouper }}
-
{% for forum in cat.list %}
- {{ forum.name }}
- {{ forum.description|typogrify }}
-
-
{% for topic in forum.get_recent %}
- {{ topic.name }} by {{ topic.author }} {% endfor %}
{% endfor %}