{% if admin.hasroute('print') and admin.isGranted('PRINT', object) %} {% if display is not defined %} {% set display = '' %} {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% if display == 'button' %} {{ icon('print') }} {% elseif display == 'dropdown' %} {{ icon('print') }}  Imprimer {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% endif %}