{% extends "admin_base.html" %} {% load static %} {% block content %}
{% if form.instance.pk %}Update the details of your existing issue{% else %}Fill in the details to create a new magazine issue{% endif %}
{{ form.name.errors.0 }}
{{ form.issue_number.errors.0 }}
{{ form.status.errors.0 }}
{{ form.publication_date.errors.0 }}
{{ form.description.errors.0 }}
{{ form.cover_image.errors.0 }}