{% for share_entry in share_entries %}

{{ share_entry.title }}

{% for author in share_entry.authors %} {{ author }} {% end %}
{{ share_entry.publication }} ({{ share_entry.year }})
{% if share_entry.abstract %}
Abstract

{{ share_entry.abstract }}

{% end %}
{% end %}