{% extends "minecraft_manager/dashboard.html" %} {% load csrf_html %} {% block title %}Bots{% endblock %} {% block section %}
{% for bot in bots %}

{{ bot.name }}: {{ bot.display }}

{% autoescape off %}{% get_csrf_html request %}{% endautoescape %}

{% endfor %}
{% endblock section %}