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

{% trans "Comment confirmation requested." %}

Waiting for confirmation

{{ comment.content_object }}
{% include 'django_comments_xtd/comment.html' %} {% blocktrans %}A confirmation message has been sent to your email address. Please, click on the link in the message to confirm your comment.{% endblocktrans %}
{% render_comment_form for comment.content_object %} {% endblock %}