{% extends 'base.html' %} {% block title %}Inne turnieje | pdlzbs{% endblock %} {% load static tailwind_tags wysiwyg %} {% block content %} {% if tournaments %}
{% for tournament in tournaments %}
{% if tournament.show_title %}

{{ tournament.title }}

{% endif %}
{% buttons tournament.buttons %}
{% content tournament %}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% else %}

Brak turniejów

{% endif %} {% endblock %}