{% extends 'base.html' %} {% block contents %} {% for column in datatable["columns"] %} {% endfor %} {% for row in datatable["rows"] %} {% for cell in row %} {% if cell["url"] %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ column["name"] }}
{{ cell["value"] }}{{ cell["value"] }}
{% endblock %}