MPV Commander Instance {{ instance_name }}
Which video stream do you want to show?
{% for index in range(buttons | length) %}
{% if index % 3 == 0 %}
{% endif %}
{% set current_name = buttons[index]["name"] %}
{% if index + 1 == buttons | length or (index + 1) % 3 == 0 %}
{% endif %}
{% endfor %}