{% extends 'scipost/base.html' %} {% block pagetitle %}: Author Affiliations{% endblock pagetitle %} {% load bootstrap %} {% load common_extras %} {% block breadcrumb %} {% endblock %} {% block content %}

Author affiliations for {{ publication.doi_label }}


Can't find it in the selector? Add a new organization to our database (opens in new window)

{% csrf_token %} {{ form|bootstrap_inline }}
{% csrf_token %}

List of affiliations:

{% for affiliation_tex, default_affiliation in affiliation_texts|zip_dj:default_affiliations %} {% include "journals/author_affiliations_orgcell.html" with checked_row_id=forloop.counter organization=default_affiliation %} {% endfor %}
# Affiliation Text Organization
{% endblock %} {% block footer_script %} {{ block.super }} {{ form.media }} {% endblock footer_script %}