{% extends "base_help.html" %}{% load i18n humanize %} {% block pagetitle %}{{ item.question }}{% endblock %} {% block helpdesk_body %} {{ 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 %}