{% extends 'djangomaster/sbadmin/widget/base.html' %} {% block content %} {% for row in table.rows %} {% for col in row %} {% endfor %} {% endfor %}
{{ col }}
{% endblock %}