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

{% trans "Available Links" %}


  Last matches
  GGZ ranking

{% if user.is_authenticated %}   View your ggz statistics
  About your ggz account
  Change your ggz password

{% endif %}
{% endblock %}