{% 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

{% for author in author_list %} {% include "journals/add_author_table_tr.html" with author=author author_id=forloop.counter selected_author_id=selected_author_id %} {% endfor %}
# Author Profile

Author actions:

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