Hi there! You have {{ bot_count }} bot{% if bot_count != 1 %}s{% endif %}{% if bot_count != 0 %}, {{ active_count }} of which {% if active_count == 1 %}is{% else %}are{% endif %} currently active.{% else %}.{% endif %}
You do not have any bots! Click on the "New bot" button above to create one.
{% endif %}
{% for bot in bots %}
{% set handle_list = bot['handle'].split('@') %}
@{{ handle_list[1] }}
@{{ handle_list[2] }}
{{ "Online" if bot['enabled'] else "Offline"}}, learning from {{ bot_users[bot['handle']] }} accounts.{% if bot['handle'] in next_posts %} Next post in {{ next_posts[bot['handle']][0] }} minutes.{% endif %}