{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments_xtd %} {% block title %}{% trans "Confirm your opinion" %}{% endblock %} {% block header %} {{ comment.content_object }} {% endblock %} {% block content %}

{% trans "Please, confirm your opinion about the comment." %}

{% if comment.user_url %} {{ comment.user_email|xtd_comment_gravatar }} {% else %} {{ comment.user_email|xtd_comment_gravatar }} {% endif %}
{{ comment.submit_date|date:"N j, Y, P" }} -  {% if comment.user_url %} {% endif %} {{ comment.user_name }} {% if comment.user_url %} {% endif %}

{{ comment.comment }}


{% if already_disliked_it %}
{% trans 'Click on the "withdraw" button if you want to withdraw your negative opinion on this comment.' %}
{% endif %}
{% csrf_token %}
{% if already_disliked_it %} {% else %} {% endif %} {% trans "cancel" %}
{% endblock %}