{% extends "sidebar.html" %} {% block title %}AstraOS — Discord Bots{% endblock %} {% block head %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{% if category == 'success' %} {% elif category == 'danger' %} {% else %} {% endif %}

{{ message }}

{% endfor %}
{% endif %} {% endwith %}

Discord Bot Management

{% for bot in bots %}

{{ bot.name }}

{{ bot.status }}

Filename: {{ bot.filename }}

Konsole
{% else %}

Noch keine Bots hochgeladen.

{% endfor %}
{% endblock %}