{% extends 'AdminBundle:Admin:adminLayout.html.twig' %} {% block head %} {{ parent() }} {{ backendHelpers.bazingajsTranslationJavaScripts() }} {% endblock %} {% block bottomScripts %} {{ parent() }} {{ backendHelpers.gridJavaScripts() }} {% endblock %} {% block breadcrumb %} {{ backendHelpers.breadcrumb({ ("contactforms.titles.contact_form"|trans) : (path(paths.home)), ("contactforms.titles.categories"|trans) : '' }) }} {% endblock %} {% block gridFilter %} {{ backendHelpers.gridFilter(filterDefinition, filterValues, path(paths.index,{'mode':'filter'}), path(paths.index)) }} {% endblock %} {% block content %} {{ backendHelpers.pageTitle( "contactforms.titles.categories"|trans ) }}