{% extends "helpdesk/public_base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Knowledgebase" %}{% endblock %} {% block helpdesk_breadcrumb %} {% endblock %} {% 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 kb_categories %} {% cycle 'one' 'two' 'three' as catnumperrow silent %} {% if catnumperrow == 'one' %}
{% endif %}
{{ category.title }}

{{ category.description }}

{% trans 'View articles' %}

{% if catnumperrow == 'three' %}
{% endif %} {% endfor %} {% endblock %}