{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% block content %}

{% trans "Comment confirmation requested." %}

{% blocktrans %}A confirmation message has been sent to your email address. Please, click on the link in the message to confirm your comment.{% endblocktrans %}

{% trans 'Go back to' %}: {{ target }}

{% endblock %}