{% load djotero_display %}
{% for item in zotero_data %} {% endfor %}
{{ item.label }} {{ item.value|safe|escape }}
{% if zotero_date_information %} Date associated with this record:
{% for key, value in zotero_date_information|date_as_text %} {{ value }} {% endfor %} {% else %}

No date associated with this record.

{% endif %}