{% extends "wlggz/base.html" %}
{% load i18n %}
{% block content %}
{% load custom_date %}
{% load wlprofile_extras %}
{% include "django_messages/inlines/navigation.html" %}
Date | Winner | Participants |
{{ match.date_date }} | {{ match.winner_as_userlink }} | {% for player in match.wlggz_matchplayers.all %} {{ player.handle_as_userlink }}({{ player.result }}, {{ player.points }}) {% endfor %} |
Sorry, no matches yet |