{% extends 'scipost/_personal_page_base.html' %} {% load bootstrap %} {% block pagetitle %}{{block.super}}: Issues Admin{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} Issues Admin {% if form.instance.id %} {% else %} {% endif %} {% endblock %} {% block content %} {% if form.instance.id %}
Update the Issue for any of the following Journals. If a Journal requires a Volume, select the Volume you would like to use.
{% else %}Create a next Issue for any of the following Journals. If a Journal requires a Volume, select the Volume you would like to use.
{% endif %} {% endblock %}