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