{% load i18n %} {% if errors %} {% include 'actions/_errors.html' %} {% if tag %} {% trans 'actions.grid:CreateGrid' %} {% endif %} {% else %} {% if enumerate %} {% endif %} {% for column in columns %} {% endfor %} {% for row in rows %} {% if enumerate %} {% endif %} {% for cell in row %} {% endfor %} {% endfor %}
{% if column.filter_part %}
{% endif %} {{ column.title }}
{{ forloop.counter }} {% include "grids/readonly_cell.html" %}
{% endif %}