Fibinger Ádám
2020-05-01 f84f9ce0a2223e342861559ea507c45aa71db0fc
templates/overlays/stripe.twig
@@ -39,9 +39,19 @@
            {% endif %}
         {% endblock %}
         {% block logo %}
            <span class="logo"></span>
            {% if stripe.team.blue.score[0] == true %}
               <div class="mapwin left one"></div>
            {% endif %}
            {% if stripe.team.blue.score[1] == true %}
               <div class="mapwin left two"></div>
            {% endif %}
            {% if stripe.team.orange.score[0] == true %}
               <div class="mapwin right one"></div>
            {% endif %}
            {% if stripe.team.orange.score[1] == true %}
               <div class="mapwin right two"></div>
            {% endif %}
         {% endblock %}
         {% block team_orange %}
            {% if stripe.team.orange and stripe.stripe.class in ['team-ban', 'team'] %}
               <span class="team orange">
@@ -62,8 +72,8 @@
         {% block info_right %}
         <span class="info right">
            {% if stripe.cup.number %}
               <img class="esl-logo" src="/assets/ESL_Logo.png"/>
            {% if stripe.cup.number starts with '#' %}
               <img class="wargasz-logo" src="/assets/WARGASZ_color.png"/>
            {% endif %}
         </span>
         {% endblock %}