{% extends "wlggz/base.html" %} {% load i18n %} {% block content %} {% load custom_date %} {% load wlprofile_extras %} {% include "django_messages/inlines/navigation.html" %}

Last 10 matches

{% for match in ggzmatches %} {% empty %} {% endfor %}
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

{% endblock %}