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

Allocate funding fractions for {{ publication.doi_label }}


Allocation of funding fractions: who funded the research 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.

{% csrf_token %} {{ formset.management_form }} {{ formset.as_table }}
{% if formset.non_form_errors %}

Error: {{ formset.non_form_errors }}

{% endif %}

Back to Admin for {{ publication.doi_label }}
{% endblock content %}