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

Create citation list metadata page for {{ publication.doi_label }} Back to Admin

Current citation list metadata:

{% for citation in publication.metadata.citation_list %} {% with index=forloop.counter|add:-1 %} {% include "journals/_hx_citation_list_item.html" %} {% endwith %} {% endfor %}
{% endblock %}