{% extends "index.html" %} {% block content %} Insert new
{% for col in columns %} {% endfor %} {% for item in items %} {% if update %} {% endif %} {% if delete %} {% endif %} {% for val in item %} {% endfor %} {% endfor %}
Edit Delete{{col}}
EditDelete{{val}}
{% endblock %}