{% load i18n %}
{% if table.is_selectable %} {% endif %} {% for column in table.columns %}{% endfor %} {% if table.has_actions %}{% endif %} {% for row in table.rows %} {% if table.is_selectable %} {% endif %} {% for cell in row.cells %}{% endfor %} {% if table.has_actions %} {% endif %} {% empty %} {% endfor %}
{% if table.has_selectable_rows %} {% endif %} {{ column.label }}{% translate 'Действия' %}
{% if row.selection_value != None %} {% endif %} {{ cell|default_if_none:'—' }}{% include "admin/chassis/row_actions.html" with actions=row.actions only %}
{{ table.empty_message }}