{% extends "layout.html" %} {% block title %}Match{% endblock %} {% block titleEmbed %}Your match{% endblock %} {% block author %}Team PeekSeek{% endblock %} {% block description %}Get ready for real PvP.{% endblock %} {% block color %}#ff0000{% endblock %} {% block currentPage %}play{% endblock %} {% block script %}{{config.url()}}/public/src/matchServerCode.js{% endblock %} {% block addheader %} {% endblock %} {% block content %}
Waiting for Loading... Loading...
{% if len(dataAsDict["config"]["kitsAllowed"]) > 1 %}

Kit

{% for kit in dataAsDict["config"]["kitsAllowed"] %}
{{kit.upper()}}
{% endfor %}
{% endif %} {% if len(dataAsDict["config"]["powerups"]) > 1 %}

Powerup

{% for powerup in dataAsDict["config"]["powerups"] %}
{{powerup["name"]}} {% for item in powerup["items"] %} {{item[1]}}x {% endfor %}
{% endfor %}
{% endif %}
Matchid: {{ dataAsDict["id"] }}
{% endblock %}