{% extends 'base.html' %} {% load static %} {% block title %}- Support Chat History{% endblock title %} {% block content %}

Support Chat History ({{ conversations.count }})

{% for conversation in conversations %}
{{ conversation.title }}
{% empty %} No Conversation Found. {% endfor %}
{% endblock content %}