{% extends "pages/abstract/base.html.twig" %} {% block stylesheets_page_group %} {{ assets.css('css/admin') | raw }} {% endblock %} {% block body_attributes %} {% if current_user.isMaster() %} class="hold-transition skin-red sidebar-mini" {% else %} class="hold-transition skin-{{site.AdminLTE.skin}} sidebar-mini" {% endif %} {% endblock %} {% block content %} {# This needs to be here (early in the body) to make sure the animation doesn't fire #}