{% extends "base.html" %} {% block title %}Delete {{ table }}{% endblock %} {% block body %}

Delete {{ table }}

« Back to {{ table }} list

{% for column in table.columns if not column.isAutoIncrement and not column.isForeign %} {% endfor %}
{{ column }} {{ model.column_show('../../..', column, row, table.columns) }}

{% endblock %}