{% extends "discussion/base.html" %} {% block forum_content %}
{% if object_list %}
{{ object_list.all.count }} results
{% for post in object_list %}
{% endfor %} {% else %}

No results

{% endif %}
All discussions {% endblock %}