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