{% extends "helpdesk/public_base.html" %}{% load i18n humanize %} {% block helpdesk_body %}
{% blocktrans with category.title as kbcat %}You are viewing all items in the {{ kbcat }} category.{% endblocktrans %}
{{ category.description }}
| {% trans "Article" %} | ||
|---|---|---|
| {{ item.title }} | Rating: {{ item.score }} | Last Update: {{ item.last_updated|naturaltime }} |
| {{ item.question }} | ||