{% extends 'scipost/base.html' %} {% block pagetitle %}: Create citation list xml{% endblock pagetitle %} {% block bodysup %}

Create citation list XML page

{% if errormessage %}

{{ errormessage }}

{% endif %}
{% csrf_token %} {{ bibitems_form.as_p }}
{% for citation in citation_list %} {% endfor %}
{{ citation.key }}{{ citation.doi }}
{% endblock bodysup %}