{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Publication related grant(s){% endblock pagetitle %} {% block content %}

Publication related grant(s)

Funding acknowledgement of this Publication:

{% if publication.has_funding_statement %}

{{ publication.metadata.funding_statement }}

{% else %}

No funding statement was registered.

{% endif %}

Add existing grant to this Publication

{% csrf_token %} {{ form|bootstrap }} Create new Grant

Current grant(s)

{% endblock %}