{# 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. #} {% extends sonata_block.templates.block_base %} {% set translation_domain = settings.translation_domain ?? admin.translationDomain %} {% block block %}

{{ pager.countResults() }}

{% if translation_domain %} {{ settings.text|trans({'%count%': pager.countResults()}, translation_domain) }} {% else %} {{ settings.text }} {% endif %}

{{ settings.icon|parse_icon }}
{{ 'stats_view_more'|trans({}, 'SonataAdminBundle') }}
{% endblock %}