{% extends "base.html" %}{% load render_table from django_tables2 %} {% block extrahead %} {% endblock %} {% 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 }}, {{ opis_dzialania }}
  • {% endblock %} {% block content %}

    Raport slotów

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

    {% if autor.orcid %} ORCID: {{ autor.orcid }} {% endif %} {% if autor.pbn_id %} PBN ID: {{ autor.pbn_id }} {% endif %} {% if autor.pbn_uuid %} PBN UUID: {{ autor.pbn_uuid }} {% endif %} BPP ID: {{ autor.pk }}

    {{ opis_dzialania }}

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