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

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

Current citation list metadata:

{% for citation in citation_list %} {% endfor %}
{{ citation.key }}{{ citation.doi }}

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