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

{% trans "Comment in moderation" %}


{% blocktrans %} Your comment is in moderation.
It has to be reviewed before being published.
Thank you for your patience and understanding. {% endblocktrans %}

{% with content_object_url=comment.content_object.get_absolute_url content_object_str=comment.content_object %} {% blocktrans %} Go back to: {{ content_object_str }} {% endblocktrans %} {% endwith %}

{% endblock %}