{% load bootstrap %}

Funding statement for this publication:

{% if publication.metadata.funding_statement %}

{{ publication.metadata.funding_statement }}

Associate a grant to this publication:

{% csrf_token %} {{ form|bootstrap }}
{% else %}

No funding statement was found

{% endif %}

Grants associated to this publication:

{% if publication.grants.all|length > 0 %} {% else %}

No associated grants found.

{% endif %}