{% extends 'scipost/base.html' %} {% block pagetitle %}: Create citation list metadata{% endblock pagetitle %} {% block bodysup %} Create citation list metadata page {% if errormessage %} {{ errormessage }} {% endif %} {% csrf_token %} {{ bibitems_form.as_p }} Current citation list metadata: {% for citation in citation_list %} {{ citation.key }}{{ citation.doi }} {% endfor %} Once you're happy with this metadata, you can return to the publication's page {% endblock bodysup %}