{% extends "comments/base.html" %} {% load i18n %} {% block title %}{% trans "Confirm your opinion" %}{% endblock %} {% block content %}
{{ comment|linebreaks }}{% if already_disliked_it %}
{% trans 'Click on the "withdraw" button if you want to withdraw your negative opinion on this comment.' %}
{% endif %} {% endblock %}