{% extends 'scipost/base.html' %} {% block pagetitle %}: Create funding info metadata{% endblock pagetitle %} {% block breadcrumb %}
{% endblock %} {% load bootstrap %} {% block content %}

Create funding info metadata page for {{ publication.doi_label }}

{% if errormessage %}

{{ errormessage }}

{% endif %}
{% csrf_token %} {{ funding_info_form|bootstrap }} Back to Admin for {{ publication.doi_label }}

Current funding info metadata:

{{ funding_statement|linebreaksbr }}


Once you're happy with this metadata, you can return to the publication's page or to the metadata management page or to this publication's metadata management page

{% endblock %}