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

{% if already_liked_it %} {% trans "You liked this comment, do you want to change it?" %} {% else %} {% trans "Do you like this comment?" %} {% endif %}


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

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

{{ comment.comment }}

{% with object_absolute_url=comment.content_object.get_absolute_url %} {% if object_absolute_url %}

{% trans "Posted to "%} {{ comment.content_object }}

{% endif %} {% endwith %}

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