{% load i18n sekizai_tags authentication %}
{% comment %}
{% include "crossref/partials/action_list.html" %}
{% endcomment %}
{% if object.is_verified %} {% else %} {% endif %} {{pub.container_title}}, {{ pub.published|date:'Y' }}

{{ pub.title }}

{% if pub.author.exists %}
{% for author in pub.author.all %} {{author}}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% if pub.abstract %}

{{ pub.abstract|safe }}

{% endif %}