{% extends '@SonataAdmin/standard_layout.html.twig' %} {% set _is_rtl = app.request.getLocale() in ['ar', 'arc', 'bcc', 'bqi', 'ckb', 'dv', 'fa', 'glk', 'he', 'ku', 'mzn', 'pnb', 'ps', 'sd', 'ug', 'ur', 'yi'] %} {% set stylesheets = admin_pool.getOption('stylesheets', []) %} {% if _is_rtl %} {% set stylesheets = stylesheets|merge(['css/AdminLTE-rtl.css']) %} {% endif %} {% block stylesheets %} {% for stylesheet in stylesheets %} {% endfor %} {% endblock %} {% block body_attributes %}{{ parent() }} {{ _is_rtl?'dir="rtl"':'' }} {% endblock %} {% block sonata_top_nav_menu %} {% if app.user and is_granted(sonata_admin.adminPool.getOption('role_admin')) %} {% endif %} {% endblock %}