{% extends "base.html" %} {% load i18n %} {% block content %} {% for column in columns %} {% endfor %} {% for row in object_rows %} {% for value in row %} {% endfor %} {% endfor %}
{{ column }}
{{ value }}
{% endblock %}