Matches
{% if not matches %} No matches. {% else %}
{% for match in matches %}
{% endfor %}
{% endif %}
Match.{{match.id}}
{% for team in match.teams %} {{team["name"]}} {% for user in toList(team["users"]) %}
{{user.name}}
{% endfor %}
{% endfor %}
{% for team in match.teams %} {{team["name"]}} {% for user in toList(team["users"]) %}
{% if match.claimed != None %}
{% endif %}
{% if match.claimed == None %}
Not started •
{% endif %}
{{fromTimestamp(match.time).strftime("%d/%m/%Y @ %H:%M:%S")}}