{% extends "base_template.html" %} {% block title %}Delete {{ model_name }} - Admin{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
You are about to permanently delete this {{ model_name }} record. This action cannot be undone.
| {{ col.name }} | {% set val = record.__dict__.get(col.name, '') %} {% if val is none %} null {% else %} {{ val }} {% endif %} |
|---|