{% load custom_filters %} Admin Dashboard

Chatbot Lists

{% if uploaded_files %} {% for file in uploaded_files %}

Chatbot Name :
{{ file.chatbot_name }}

Chatbot Description :
{{ file.chatbot_description }}

{% if file.file %}

Chat URL:
{{ file.chat_url }}

More Details

{% csrf_token %}

{% elif file.link %}

Chat URL:
{{ file.chat_url }}

More Details

{% csrf_token %}

{% else %}

No chatbot information available.

{% endif %}
{% endfor %} {% else %}
No chatbot created yet.
{% endif %}