{% extends 'scipost/base.html' %} {% block pagetitle %}: Allocate support fractions{% endblock pagetitle %} {% block breadcrumb %}
{% endblock %} {% load bootstrap %} {% block content %}

Allocate support fractions for {{ publication.doi_label }}

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

Which Organizations supported the research in this publication?

Please indicate which Organizations should be credited with supporting the research published in this publication.
Data provided here is indicative and does not need to be extremely accurate.
Note however that this data is used to set the suggested level of support from external Organizations which SciPost needs to remain sustainable.

The Organizations listed here appear as either host institutions for the authors, or as acknowledged funders.
Is the list of Organizations incomplete? Please email EdAdmin with details.

{% csrf_token %} {{ formset.management_form }} {% for form in formset %} {% if forloop.first %} {% for field in form.visible_fields %} {% endfor %} {% endif %} {% for field in form.visible_fields %} {% endfor %} {% endfor %}
{{ field.label }}
{% if forloop.first %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% endif %} {{ field.errors.as_ul }} {{ field }}
{% if formset.non_form_errors %}

Error: {{ formset.non_form_errors }}

{% endif %}

These fractions {% if publication.pubfractions_confirmed_by_authors %}have been confirmed{% else %}have not yet been confirmed{% endif %} by the authors.


{% if perms.scipost.can_publish_accepted_submission %} {% endif %}
{% endblock content %}