{% extends "wlggz/base.html" %}
{% load i18n %}
{% block content %}
{% load custom_date %}
{% load wlprofile %}
{% include "django_messages/inlines/navigation.html" %}
Date | Winner | Participants |
{{ match.date_date }} | {% if match.winner %} {{ match.winner|user_link_ggz }} {% endif %} | {% for player in match.wlggz_matchplayers.all %} {{ player.handle|user_link_ggz }} {% endfor %} |
Sorry, no matches yet |