{% extends 'journals/_base.html' %} {% load journals_extras %} {% load staticfiles %} {% load scipost_extras %} {% load user_groups %} {% block pagetitle %}: {{ publication.citation }} - {{ publication.title }}{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} {{journal}} {{publication.in_issue.short_str}} {% endblock %} {% block headsup %} {% for author in publication.authors.all %} {% endfor %} {% for author in publication.authors_unregistered.all %} {% endfor %} {% endblock headsup %} {% block content %} {% is_edcol_admin request.user as is_edcol_admin %} {% include 'partials/journals/publication_summary.html' with publication=publication %} {% if publication.commentary and publication.commentary.comments.vetted.exists %}
This Publication ({{ publication.commentary.comments.vetted.count }}) has been commented on, see this Publication's Commentary page for details.
{% endif %}{% for author in publication.authors.all %} {{ author }} {% if not forloop.last %} · {% endif %} {% if forloop.last %} {% if publication.authors_unregistered.exists %} · {% endif %} {% endif %} {% endfor %} {% for author in publication.authors_unregistered.all %} {{ author }} {% if not forloop.last %} · {% endif %} {% endfor %}
{% if is_edcol_admin %} {# This function is not available for public yet! #} The following is not available for the public yet: {% if publication.funders_generic.exists %}registered authors:
unregistered authors: