flash %}{% include "partials/flash.html" %}{% endblock %} {% block content %}

bots

{% if bots.is_empty() %}

no bots yet

create a bot
{% else %} {% for bot in bots %}

{{ bot.name }}

nick {{ bot.nick }}
network {{ bot.network_addr }}
status {% if bot.running %}running{% elif bot.status == "error" %}error{% else %}stopped{% endif %}
{% endfor %} new bot {% endif %}
{% endblock %}