{% extends "base_help.html" %}{% load i18n humanize %} {% block helpdesk_body %}

{{ item.question }}

{{ item.answer|safe }} {% if request.user.is_authenticated %}

{% trans "Did you find this answer useful?" %} ({{ item.get_score }} with {{ item.get_vote_count }} votes)

{% endif %} {% endblock %}