{{ category.name }}
{% for i in 0..(slot_quantity - 1)%} {% if i is odd %} {% endif %} {% if (i+1) == (slot_quantity/2) %} {% endif %} {% endfor %}
{% if bracket[i].competitor is null %}BYE{% else %}{{ bracket[i].competitor}}{% endif %}