{% if admin.hasroute('history') and admin.id(object) and admin.isGranted('EDIT', object) %} {% if display is not defined %} {% set display = '' %} {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% if display == 'button' %} {{ 'link_action_history'|trans({}, 'CommonTrans') }} {% elseif display == 'dropdown' %} {{ 'link_action_history'|trans({}, 'CommonTrans') }} {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% endif %}