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

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

{% for column in column_names %} {% endfor %}
{{ column }} {% if row[column] is none %}NULL{% else %}{{ row[column]|value_filter|safe }}{% endif %}
Cancel
{% endblock %}