My Entity

{% if allow_create %} {% endif %}
{% if allow_update or allow_delete %} {% endif %}
ID My Column Actions
{% if allow_create %}

New My Entity

{% endif %} {% if allow_update %}

Update My Entity

{% endif %} {% if allow_delete %}

Delete My Entity

{% endif %}

Error