{% if admin.hasroute('delete') and admin.isGranted('DELETE', object) %} {% if display is not defined %} {% set display = '' %} {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% if display == 'button' %} {% if object.canRemove() %} {{ icon('trash') }}  {{ 'link_delete'|trans({}, 'CommonTrans') }} {% else %} {{ icon('trash') }}  {{ 'link_delete'|trans({}, 'CommonTrans') }} {% endif %} {% elseif display == 'dropdown' %} {% if object.canRemove() %} {{ icon('trash') }} {{ 'link_delete'|trans({}, 'CommonTrans') }} {% else %} {{ icon('trash') }} {{ 'link_delete'|trans({}, 'CommonTrans') }} {% endif %} {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% endif %}