{% extends "base_table.html" %} {% block inner_content %}

Delete row {{ table_pk|pk_display(pk) }} from {{ table }}

{% for field in model._meta.sorted_fields %} {% endfor %}
{{ field.column_name }} {% if row[field.name] is none %}NULL{% else %}{{ row[field.name]|value_filter|safe }}{% endif %}
Cancel
{% endblock %}