{% extends 'scipost/base.html' %} {% block pagetitle %}: add author to publication{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% load scipost_extras %} {% load bootstrap %} {% block content %}

Associate author profiles to the publication

{% include 'journals/_publication_li_content.html' with publication=publication %}

List of authors

{% include "journals/add_author_list.html" %}

Author actions:

{% csrf_token %} {{ form|bootstrap }}
{% endblock content %} {% block footer_script %} {{ block.super }} {{ form.media }} {% endblock footer_script %}