{% extends "comments/base.html" %} {% load i18n %} {% block title %}{% trans "Confirm your opinion" %}{% endblock %} {% block content %}

{% if already_disliked_it %}{% trans "You already said you dislike this comment!" %}{% else %}{% trans "Do you dislike this comment?" %}{% endif %}

{{ comment|linebreaks }}
{% 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 next %}
{% endif %}

or {% trans "Cancel" %}

{% endblock %}