{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% block title %}{% trans "Comment requires approval" %}.{% endblock %} {% block content %}

{% trans "Comment in moderation" %}

{% blocktrans %} Your comment is in moderation.
It will be reviewed before approval.
Thank you for your patience and understanding. {% endblocktrans %}

{% endblock %}