{% 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 #}
{% block navbar_logo %} {% endblock %}
{% block content_header %}

{% block header_title %}{{ block('page_title') }}{% endblock %}

{% if block('page_description') is not empty %}

{% block header_description %}{{ block('page_description') }}{% endblock %}

{% endif %} {% block breadcrumb %} {% include 'navigation/breadcrumb.html.twig' with {page_title: block('page_title')} %} {% endblock %}
{% endblock %}
{% block body_matter %}{% endblock %}
{% block footer %} {% include "pages/partials/footer.html.twig" %} {% endblock %}
{% endblock %} {% block scripts_page_group %} {{ assets.js('js/admin') | raw }} {% endblock %}