{% extends "base.html" %} {% block title %}Delete {{ table_name }} #{{ pk }} - DeeBase Admin{% endblock %} {% block content %}
Warning: This action cannot be undone. The record will be permanently deleted.

Record to delete:

{% for key, value in record.items() %} {% endfor %}
{{ key }} {% if value is none %} null {% elif value is string and value|length > 100 %} {{ value[:100] }}... {% else %} {{ value }} {% endif %}
Cancel
{% endblock %}