{% extends "minecraft_manager/dashboard.html" %} {% load csrf_html %} {% load getattribute %} {% block section %}
{% for bot in form.bots %}

{{ bot.name }}: {% if form|getattribute:bot.name is True %}Started{% else %}Stopped{% endif %}

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

{% endfor %}
{% endblock section %}