{% extends 'base.html' %} {% block content %}

Question overview

All questions
{# Category and other filters are rendered by the django-filter form inside Advanced filters. #}

{% if qfilter %}
Full filter form
{{ qfilter.form.media }} {{ qfilter.form.as_p }}
{% endif %}
Counts by category ({{ total }} questions)
{% if counts %} {% else %}

No matching questions.

{% endif %}
{% endblock %} {% block js %}{% endblock %}