{% extends "comments/base.html" %} {% load i18n %} {% block title %}{% trans "You disliked the comment" %}{% endblock %} {% block content %}

{% trans "Thanks for taking the time to participate." %}

{% endblock %}