{% set entity = null %} {% for cell in row %} {% if not entity %} {% set entity = cell.data %} {% endif %} {% endfor %} {% if actions|length %} {% for action in actions %} {% if not action.isActionDisabled(entity) %} {% if action.label ends with 'remove' and entity.confirmValue is defined %} {% endif %} {% endif %} {% endfor %} {% endif %}