{% load render_table from django_tables2 %} {% if tabela.data|length %} {% render_table tabela %} {% else %} Brak rekordów. {% endif %}