{% extends "base.html" %} {% load social_share %} {% block title %}Tournament classification{% endblock %} {% block content %}
{% if final_tournaments%} {% for tournament in final_tournaments%} {{forloop.counter}} tuniej: {{tournament.tournament__name}} wynik: {{tournament.score}} gracz: {{tournament.user__email}} data: {{tournament.date|date:"d M Y"}}
{% endfor %} {% endif %} {% endblock %}