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

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

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