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

Create citation list metadata page for {{ publication.doi_label }}

The following field is prefilled with the current citation list of the Publication object. Once you submit, it will overwrite the current citation list, shown below.


{% csrf_token %} {{ form|bootstrap }} Back to Admin

Current citation list metadata:


{% for citation in publication.metadata.citation_list %} {% endfor %}
{{ citation.key }}{{ citation.doi }}
{% endblock %}