{% extends "base.html" %}{% load render_table from django_tables2 %} {% block extratitle %} Raport slotów - {{ autor }} za {{ od_roku }} - {{ do_roku }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • raport slotów
  • {{ autor }} za {{ od_roku }} - {{ do_roku }}
  • {% endblock %} {% block content %}

    Raport slotów

    {{ autor }} za {{ od_roku }} - {{ do_roku }}

    {% for table in tables %} pobierz XLS {% render_table table %} {% endfor %} {% endblock %}