{% extends 'scipost/base.html' %} {% block pagetitle %}: Create abstract (JATS version){% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% load bootstrap %} {% block content %}

Create abstract (JATS version) page for {{ publication.doi_label }}

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


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

Current abstract (JATS version):

{{ publication.abstract_jats|safe|linebreaksbr }}

{% endblock %}