Current version : {% if bot_local_version == None %} NOT FOUND {% elif is_up_to_date %} {{ bot_local_version }} {% else %} {{ bot_local_version }} {% endif %}
Latest version : {{ bot_server_version }}
Bot status : {% if not bot_status %} stopped {% else %} running {% endif %}