{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% if admin.hasAccess('history', object) and admin.hasRoute('history') %} {% set button_content = sonata_config.getOption('list_action_button_content') %} {% if button_content == 'icon' or button_content == 'all' %} {% endif %} {% if button_content == 'text' or button_content == 'all' %} {{ 'link_action_history'|trans({}, 'SonataAdminBundle') }} {% else %} {{ 'link_action_history'|trans({}, 'SonataAdminBundle') }} {% endif %} {% endif %}