{% if value | length %}
| {{ col.heading | t('formie') }} | {% endfor %}||||||
|---|---|---|---|---|---|---|
| {{ (row[colId] ?? false) ? '☑' : '☒' }} | {% case 'color' %}{{ cellValue }} | {% case 'select' %}{% for option in col.options %} {% if option.value == cellValue %} {{ option.label | t('formie') }} {% endif %} {% endfor %} | {% case 'heading' %}{{ cellValue }} | {% case 'date' %}{{ cellValue.format('Y-m-d') ?? '' }} | {% case 'time' %}{{ cellValue.format('H:i') ?? '' }} | {% default %}{{ cellValue }} | {% endswitch %} {% endfor %}