{% extends "helpdesk/public_base.html" %}{% load i18n %}{% load markup %} {% block helpdesk_body %}
{{ item.title }} |
{{ item.question }} |
---|
{{ item.answer|markdown }} |
{% blocktrans with item.category.title as category_title and item.category.get_absolute_url as category_url %}View other {{ category_title }} articles, or continue viewing other knowledgebase articles.{% endblocktrans %}
{% trans "We give our users an opportunity to vote for items that they believe have helped them out, in order for us to better serve future customers. We would appreciate your feedback on this article. Did you find it useful?" %}
{% trans "The results of voting by other readers of this article are below:" %}