{% extends 'base.html' %} {% load static %} {% block content %}
{% if bot %} {% for bot in bot %}
{{bot.name}}

Created {{bot.created_at | timesince}} ago

  • PUBLISHED

    {% if bot.is_published %} {% else %} {% endif %}

  • CHATS

    {{bot.chats}}

  • FINISHED

    {{bot.chats_finished}}

{% endfor %} {% else %}

Hello there!

You haven't created any bot, please create a bot by clicking on the build bot button to start
{% endif %}
{% endblock content %} {% block scripts %} {% endblock scripts %}