{% extends 'forums/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Forums {% endblock %} {% block pagetitle %}: Forums{% endblock pagetitle %} {% block content %}

Forums

{% for forum in object_list %} {% empty %} {% endfor %}
{{ forum }}
No Forum defined
{% endblock content %}