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

Last 10 matches

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

{% endblock %}