{% extends "gyans/base_generic.html" %} {% block content %} {% if answer_list %} {% for answer in answer_list %}










{% endfor %} {% endif %}

Que: {{ question.question_text }}

Author: {{ question.author }}
Created On: {{ question.date_created }}
{% if answer_list %} {% else %}
There are no answers for this question.
{% endif %} {% if type == "IITian" %}
{% endif %}
{% endblock %}