{# core/ui/templates/partials/content_columns.html Rendert ContentColumns: mehrere ContentTable-Instanzen nebeneinander. Erwartet im Context: _ui_content – ContentColumns-Instanz (mit .cols und .stretch) _columns_data – list of (ContentTable, cfg_dict) – bereitgestellt vom Modul-Renderer #}
{% for col, col_cfg in _columns_data %}
{% if col.title %}
{{ col.title }}
{% endif %} {% with cfg=col_cfg, _col_obj=col %} {% include "partials/list_wrapper_inner.html" %} {% endwith %}
{% endfor %}