{% extends 'base.html' %} {% block content %} Insert New
{% for col in table[0] %} {% endfor %} {% for row in table[1:] %} {% for col in row %} {% endfor %} {% endfor %}
{{col}}
{{col}}Copy as Delete

{% endblock %}