{% block info_left %}
{{ stripe.cup.number }} {{ stripe.cup.name }}
{% endblock %}
{% block team_blue %}
{% if stripe.team.blue and stripe.stripe.class in ['team-ban', 'team'] %}
{{ stripe.team.blue.name }}
{% if stripe.stripe.class == 'team-ban' %}
{% for op in stripe.team.blue.ban %}
x
{% endfor %}
{% endif %}
{% endif %}
{% endblock %}
{% block logo %}
{% endblock %}
{% block team_orange %}
{% if stripe.team.orange and stripe.stripe.class in ['team-ban', 'team'] %}
{{ stripe.team.orange.name }}
{% if stripe.stripe.class == 'team-ban' %}
{% for op in stripe.team.orange.ban %}
x
{% endfor %}
{% endif %}
{% endif %}
{% endblock %}
{% block info_right %}
{% endblock %}
{% endblock %}