{% extends "base.html" %} {% block title %} TBC Commenting {% endblock %} {% block content %}

TBC Commenting

Hi {{reviewer.get_full_name}}

Go to Disqus admin Page {% if not url_context %}

There are no new comments

{% else %}
{% csrf_token %} {% for urls in url_context %} {% endfor %}
Sr. no Url Comments
{{ forloop.counter }} {{ urls.url }} {% for comments in urls.comments_set.all %} {% if comments.is_notified == 0 %} {% endif %} {% endfor %}
{{comments.comments}}

{% endif %} {% endblock %}