diff --git a/lokrez/templates/rebootlyon2020/template.svg.j2 b/lokrez/templates/rebootlyon2020/template.svg.j2 index c4afe30..e45c89f 100644 --- a/lokrez/templates/rebootlyon2020/template.svg.j2 +++ b/lokrez/templates/rebootlyon2020/template.svg.j2 @@ -786,143 +786,7 @@ inkscape:label="players" id="layer3" inkscape:groupmode="layer"> - {# - - - - - - - - {% if players[0].get_mains()[1] %} - - - - {% endif %} - {% if players[0].get_mains()[2] %} - - - - {% endif %} - - {{players[0].gamerTag|upper|e}} -{% if players[0].prefix %} - {{players[0].prefix|upper|e}} -{% endif %} - - 1. - 1. - - - #} + {% for p in players %} {{p.prefix|upper|e}} + {% endif %}