{% 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 }}Rating: {{ item.score }}Last Update: {{ item.last_updated|timesince }} ago
{{ item.question }}
{% endblock %}