{% extends "base.html" %}{% load render_table from django_tables2 %} {% block extratitle %} Raport slotów - uczelnia - lista dla {{ request.user }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • raport slotów - uczelnia
  • {% endblock %} {% block content %}

    Ostatnio wygenerowane raporty:

    {% if object_list.count == 0 %} {% endif %} {% endblock %}