{% set currUrl = path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) %} {% set getAttrs = app.request.attributes.get('_route_params') %} {% set avatar_placeholder_image_pat = asset('assets/images/avatar_placeholder.jpg') %} {% block title %}{{ 'page.titleShort' | trans }} {% if page_title is defined and page_title is not empty %} - {{ page_title }} {% endif %} {% endblock %} {% block stylesheets %} {% endblock %} {% block twigToJavascript %} {% endblock %}
{% include 'page-elements/components/sidebar.twig' %}
{# This must be done this way for controllers/etc - for unknown reason yaml defined globals are not working when trying to call constant() with them #} {% set modules_controller = 'App\\Controller\\Modules\\ModulesController::' %} {% set dialogs_controller = 'App\\Action\\Core\\DialogsAction::' %} {% set user_entity = 'App\\Entity\\User::' %}
{% block body %}{% endblock %}
{% include 'page-elements/components/right-tooltip.twig' %} {% block javascripts %} {% endblock %} {% include 'page-elements/components/messages/messages.twig' %} {% include 'page-elements/components/system-information.twig' %}