{% extends 'base.html' %} {% load static %} {% block styles %} {% endblock styles %} {% block bot_tools %} Go to Manage Page {% endblock bot_tools %} {% block bot_menu_sidebar %} {% endblock bot_menu_sidebar %} {% block content %}

Hello there!

You haven't selected any chat
{% csrf_token %}
Export Chats
You are able to download all the interaction between the bot and the user
{% csrf_token %}
Export Leads in Chats
You are able to download all the leads
{% endblock content %} {% block scripts %} {% endblock scripts %}