{% extends 'base.html' %} {% block head %} India Theatre Forum - {{ current_issue.title }} {% endblock %} {% block body %}

Past Issues:

Subscribe:


{% load erangtags %}
{% autoescape off %} {{ current_issue.html|absolutify_links }} {% endautoescape %}
{% load comments %}

Comments and Feedback

{% get_comment_list for erang_organised.issue current_issue.id as comment_list %} {% ifnotequal comment_list|length 0 %}
{% for comment in comment_list %}
{{ comment.user_name }}:
{{ comment.comment }}
{% endfor %}
{% endifnotequal %} {% get_comment_form for current_issue as form %}

Leave a Response:

{% csrf_token %} {{ form }}
{% endblock %}