{% load ui_classes ui_props %} {% with resolved_column=column|ui_data_grid_value:"key" %}{% with key=column_key|default:resolved_column %}{% with value=row|ui_data_grid_value:key %} {% ui_class "ui.data-grid" "cell" align=align class=class as cell_class %}{% ui_class "ui.data-grid" "cellContent" as content_class %}
{% if slot %}{{ slot }}{% else %}{{ value }}{% endif %}
{% endwith %}{% endwith %}{% endwith %}