{% extends "base.html" %} {% set title_text = ('Add ' ~ verbose_name) if is_create else ('Edit ' ~ verbose_name ~ ' #' ~ pk) %} {% block title %}{{ title_text }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {# ── Breadcrumb ── #}
{# ── Form completion progress ── #}| Field | Type | Current | New |
|---|---|---|---|
| ' + escHtml(c.label) + ' | '; html += '' + escHtml(c.fieldType) + ' | '; html += '− ' + dispOld + ' | '; html += '+ ' + dispNew + ' | '; html += '
This action cannot be undone. The record will be permanently removed from the database.
' + '