{% load static %}
{% if zotero_error %}
Zotero: {{ zotero_error }}
{% else %} {% if zotero_section_title %}

{{ zotero_section_title }}

{% endif %} {% if zotero_items %} {% if zotero_total_items %}

Showing {{ zotero_page_start }}–{{ zotero_page_end }} of {{ zotero_total_items }} publication{{ zotero_total_items|pluralize }}

{% endif %} {% if zotero_total_pages > 1 %} {% endif %} {% else %}

No publications found in this library.

{% endif %} {% endif %}