{% with cols=data.card_grid_columns %}
{% for card_element in card_items %}
{% include 'ndr_core/ui_elements/card.html' with data=card_element %}
{% empty %}
No cards added to this grid yet.
{% endfor %}
{% endwith %}