{% load i18n %} {% load pagination_tags %} {% load static %} {% load compress %} {% load prace %} {% compress js %} {% endcompress %} {% if not request.user.is_anonymous %} {% if paginator_count < 5000 %} {% if request.GET.all == "1" %} {% autopaginate object_list paging 5000 %} {% else %} {% autopaginate object_list paging %} {% endif %} {% else %} {% autopaginate object_list paging %} {% endif %} {% else %} {% if request.GET.all == "1" %} {% autopaginate object_list paging 2147483647 %} {% else %} {% autopaginate object_list paging %} {% endif %} {% endif %} {% include "multiseek/paginator.html" %}
{% if description %}
Parametry zapytania: {{ description|default:"brak"|safe }}
{% endif %} {% if removed_ids %} {% if not print_removed %}
Z zapytania usunięto ręcznie {{ removed_ids|length }} rekord(ów). Pokaż, jakie. | Kliknij tutaj, aby dodać je wszystkie do wyszukiwania z powrotem. | Odśwież stronę | Pokaż tylko rekordy usunięte ręcznie | Wydrukuj tylko rekordy usunięte ręcznie

    {% for elem in removed_ids %}
  • {% opis_bibliograficzny_cache elem %} dodaj ponownie
  • {% endfor %}

{% else %}
Wyświetlam listę rekordów usuniętych ręcznie z zapytania.

Kliknij tutaj, aby wyświetlić wszystkie rekordy.
{% endif %} {% endif %} {% if request.session.MULTISEEK_TITLE %}

{{ request.session.MULTISEEK_TITLE }}

{% endif %} {% if report_type == "list" or report_type == "numer_list" or report_type == None %}
    {% for element in object_list %}
  1. {# {% include "opis_bibliograficzny/main.html" with praca=element.get_original_object %}#} {{ element.opis_bibliograficzny_cache|safe }} {% if report_type == "numer_list" %} {{ element.uwagi }} {% endif %} {% if not print_removed %} wyrzuć {% endif %}
  2. {% empty %} {% trans "No elements" %} {% endfor %}
{% endif %} {% if report_type == "table" %} {% for element in object_list %} {% empty %} {% endfor %} {% if page_obj.number == page_obj.paginator.num_pages %} {% endif %}
Lp. Tytuł, autorzy, źródło IF PK Charakter Typ KBN/MNiSW
{{ page_obj.start_index|add:forloop.counter|add:-1 }}. {# {% include "opis_bibliograficzny/main.html" with praca=element.get_original_object %}#} {{ element.opis_bibliograficzny_cache|safe }} {% if not print_removed %} wyrzuć {% endif %} {{ element.impact_factor }} {{ element.punkty_kbn }} {{ element.charakter_formalny }} {{ element.typ_kbn }}
{% trans "No elements" %}
Suma: {{ sumy.impact_factor__sum|default_if_none:"0.00" }} {{ sumy.punkty_kbn__sum|default_if_none:"0.00" }}    
{% endif %} {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_bez" %} {% if report_type == "pkt_wewn" %} {% endif %} {% for element in object_list %} {% if report_type == "pkt_wewn" %} {% endif %} {% empty %} {% endfor %} {# Stopka tylko na ostatniej stronie #} {% if page_obj.number == page_obj.paginator.num_pages %} {% if report_type == "pkt_wewn" %} {% endif %} {% endif %}
Lp. Tytuł, autorzy, źródło IF PKpkt. wewn.Typ KBN/MNiSW
{{ page_obj.start_index|add:forloop.counter|add:-1 }}. {# {% include "opis_bibliograficzny/main.html" with praca=element.get_original_object %}#} {{ element.opis_bibliograficzny_cache|safe }} {% if not print_removed %} wyrzuć {% endif %} {{ element.impact_factor }} {{ element.punkty_kbn }}{{ element.punktacja_wewnetrzna }}{{ element.typ_kbn }}
{% trans "No elements" %}
Suma: {{ sumy.impact_factor__sum|default_if_none:"0.00" }} {{ sumy.punkty_kbn__sum|default_if_none:"0.00" }} {{ sumy.punktacja_wewnetrzna__sum|default_if_none:"0.00" }}  
{% endif %} {% include "multiseek/paginator.html" with magellan="no" %}