{% extends "base_help.html" %}{% load i18n %} {% block pagetitle %}{% trans "Knowledge Base" %}{% endblock %} {% block helpdesk_body %}

{% trans "Please check to see if any of these answers address your problem prior to opening a support ticket." %}

{% for category in categories %} {% with category.get_entry_count as entry_count %} {% if entry_count >= 1 %}

{{ category.name }}

{% endif %} {% endwith %} {% endfor %}
{% endblock %}