bots
{% if bots.is_empty() %}no bots yet
create a bot{{ bot.name }}
nick
{{ bot.nick }}
network
{{ bot.network_addr }}
status
{% if bot.running %}running{% elif bot.status == "error" %}error{% else %}stopped{% endif %}