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

{% blocktrans with category.title as kbcat %}Knowledgebase Category: {{ kbcat }}{% endblocktrans %}

{% blocktrans with category.title as kbcat %}You are viewing all items in the {{ kbcat }} category.{% endblocktrans %}

{{ category.description }}

{% for item in items %} {% endfor %}
{% blocktrans with category.title as kbcat %}Knowledgebase Category: {{ kbcat }}{% endblocktrans %}
{% trans "Article" %}
{{ item.title }}{{ item.score }}{{ item.last_updated|timesince }}
{{ item.question }}
{% endblock %}