{% extends "base.html" %} {% block breadcrumb_items %}
{% if action == 'add' %} Create a new {{ model_info.verbose_name|lower }} {% else %} Modify the {{ model_info.verbose_name|lower }} details {% endif %}
{{ object.id }}
Required fields are marked with a red asterisk (*).
Use Ctrl+S to save the form quickly.
Changes are saved immediately when you submit the form.