{% extends "djangovoice/feedback_base.html" %} {% load url from future %} {% load gravatar voting_tags djangovoice_tags comments i18n %} {% block title %}{% trans "Feedback" %}{% endblock %} {% block actions %} {% if user.is_staff or user == feedback.user %}
{% blocktrans %} from {{ score.num_votes }} Vote{{ score.num_votes|pluralize }} {% endblocktrans %}
{{ feedback.description|urlize|linebreaksbr }}
{% endif %} {% get_comment_count for feedback as comment_count %} {% get_comment_list for feedback as comment_list %}{% trans "No one has commented. Have your say." %}
{% endif %} {% if user.is_authenticated %}