{% for tree in trees %}

Option {{ forloop.counter }}

{% if can_control_robot %}send {% endif %} show hide
{% if not forloop.last %}

{% endif %} {% endfor %}