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

{% trans "Comment in moderation" %}

{% trans "Your comment has to be reviewed before approval.
It has been put automatically in moderation.
Thank you for your patience and understanding." %}

{% endblock %}