{% extends "wlggz/base.html" %}
{% load i18n %}
{% block content %}
{% load custom_date %}
{% load wlprofile_extras %}
{% include "django_messages/inlines/navigation.html" %}
{% if ggzauth.user %}
Last ggz login: | {{ ggzauth.lastlogin }} |
Ranking: | {{ ggzstats.ranking }} |
Rating: | {{ ggzstats.rating|floatformat }} |
wins: | {{ ggzstats.wins }} |
losses: | {{ ggzstats.losses }} |
Date | Winner | Participants |
{{ match.match.date_date }} | {% if match.match.winner %} {{ match.match.winner_as_userlink }} {% endif %} | {% for player in match.match.wlggz_matchplayers.all %} {{ player.handle_as_userlink }} {% endfor %} |
Date | Winner | Participants |
{{ match.date_date }} | {{ match.winner_as_userlink }} | {% for player in match.wlggz_matchplayers.all %} {{ player.handle_as_userlink }} {% endfor %} |