{% extends 'backend/base.html'%} {% block content %}
{% if comments %} {% for comment in comments %} {% if comment.is_approved %} {% else %} {% endif %} {% endfor %} {% endif %}
# Comment By Status Action
{{forloop.counter }}

{{ comment.content }}

View in the Post
{{ comment.author }}Approved
{% csrf_token %}
Awaiting for Moderation
{% csrf_token %}
{% endblock %}