{% 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 %}
{% if catnumperrow == 'three' %}
{% endif %}
{% endfor %}
{{ category.title }}
{{ category.description }}