{% extends 'base.html' %} {% block title %}Składki Członkowskie | pdlzbs{% endblock %} {% load static tailwind_tags %} {% block content %}

Inne turnieje

{% if tournaments %}
{% for tournament in tournaments %}
{% if tournament.title %}

{{ tournament.title }}

{% endif %}
{{ tournament.content | safe }}

Wyniki

{% if not forloop.last %}
{% endif %} {% endfor %}
{% else %}

Brak turniejów

{% endif %} {% endblock %}