{% extends "admin/index.html" %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {{ block.super }}

Bot update mode: {{update_mode}}

{% if update_mode == 'POLLING' %}

Please remember to start polling mode with commands:

{% endif %} {% if bot_list %}

Your bot list:

{% else %}

No bots are available. Please configure it in settings.py

{% endif %}
{% endblock %}