{% extends 'usta/draws_base.html' %} {% load usta_tags static %} {% block extrastyle %} {{ block.super }} .line-player li { display: inline-block; overflow-x: hidden; text-overflow: ellipsis; width: 115px; } {% endblock %} {% block rounds %} {% for players in rounds %} {% endfor %} {% if winner %} {% endif %} {% endblock %} {% block after_rounds %} {% if third_place %}
{% endif %} {% endblock %}