{% trans_default_domain "admin" %} {# @deprecated to be removed in v2 #} {# this title translation key can be overridden by child templates or controllers #} {% set titleTranslationKey = (titleTranslationKey is defined) ? titleTranslationKey : 'admin.general.admin' %} {% set titleTranslationVariables = (titleTranslationVariables is defined) ? titleTranslationVariables : {} %} {% set showSearch = (showSearch is defined) ? showSearch : false %} {% set showFilter = (showFilter is defined) ? showFilter : false %}
{% include 'BazookasAdminBundle:Layout/Partials:_meta.html.twig' %}