{% extends "helpdesk/public_base.html" %}{% load i18n %} {% block helpdesk_body %}

{% trans "Knowledgebase" %}

{% trans "We have listed a number of knowledgebase articles for your perusal in the following categories. Please check to see if any of these articles address your problem prior to opening a support ticket." %}

{% for category in categories %} {% endfor %}
{% trans "Knowledgebase Categories" %}
{% trans "Category" %}
{{ category.title }}
{{ category.description }}
{% endblock %}