{% extends 'django_knowledge/inner.html' %} {% load knowledge_tags %} {% block title %}Showing {{ questions.paginator.count }} results{% if search %} for {{ search }}{% endif %}{% if category %} in {{ category.title }} category{% endif %}{% endblock title %} {% block knowledge_widgets %}
{% if form and paginator.count < 5 %} {% endif %} {% endblock knowledge_widgets %}