{% extends "base.html" %} {% block main %}
Match: {{ match.opponents[0].participant.name }} VS {{ match.opponents[1].participant.name }}
Geplant am: {% if match.scheduled_datetime %} {{ match.scheduled_datetime.strftime('%Y-%m-%d') }} {% else %} N/V {% endif %}
Turnier: {{ tournament.name }}
Match bei Toornament

{{ participants[0].name }} op.gg

{% for player in participants[0].lineup %} {% endfor %}
Name Summoner-Name Infos
{{ player.name }} {{ player.custom_fields.summoner_name }} LoG | op.gg
{{ participants[1].name }} op.gg

{% for player in participants[1].lineup %} {% endfor %}
Name Summoner-Name Infos
{{ player.name }} {{ player.custom_fields.summoner_name }} LoG | op.gg
{% endblock %}