{% load custom_filters %}
Chatbot Name :
{{ file.chatbot_name }}
Chatbot Description :
{{ file.chatbot_description }}
Chat URL:
{{ file.chat_url }}
{% elif file.link %}
Chat URL:
{{ file.chat_url }}
{% else %}
No chatbot information available.
{% endif %}