{% 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 %} Update {{ issue.short_str }} {% else %} Create new Issue {% endif %} {% endblock %} {% block content %} {% if form.instance.id %}

Update {{ issue.get_journal.get_name_display }} {{ issue.short_str }}

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 next Issue

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 %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock %}