{% extends "helpdesk/public_base.html" %}{% load i18n humanize %} {% block helpdesk_breadcrumb %}
{{ category.description }}
{{ item.question }}
{% blocktrans with item.get_absolute_url as url %}View Answer {% endblocktrans %}
{% trans 'Rating' %}: {{ item.score }}
{% trans 'Last Update' %}: {{ item.last_updated|naturaltime }}