{% comment %} vim:ft=htmldjango: How to display a Forum list in the index page {% endcomment %}
{{category.cat}} {# List all forums #} {% for forum in category.forums %} {% include 'pybb/inlines/forum_row.html' %} {% endfor %}
  Forum Topics Posts Last Post