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

Django-TelegramBot

The full documentation is at https://django-telegrambot.readthedocs.org.

Bot update mode: {{update_mode}}

{% if update_mode == 'POLLING' %}

Please remember to start polling mode with commands:

{% endif %} {% if bot_list %}

Bot List:

{% else %}

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

{% endif %}
{% endblock %}