{% extends 'customer/customerbase.html' %} {% block content %} {%load static%}

Asked Question History
{% for t in questions %} {% endfor %}
Serial No. Question Admin Comment Asked Date
{{ forloop.counter }} {{t.description}} {{t.admin_comment}} {{t.asked_date}}






{% endblock content %}