{% set current_page_title = block("title") %} {% block stylesheets %} {# Include the main bootstrap theme based on user/global setting #} {% if not app.user.theme is defined %} {% set theme = global_theme %} {% else %} {% set theme = app.user.theme %} {% endif %} {% if theme and theme in available_themes and encore_entry_exists('theme_' ~ theme) %} {{ encore_entry_link_tags('theme_' ~ theme) }} {% else %} {{ encore_entry_link_tags('theme_bootstrap') }} {% endif %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('webauthn_tfa') }} {# load translation files for ckeditor #} {% set two_chars_locale = app.request.locale|default("en")|slice(0,2) %} {% if two_chars_locale != "en" %} {% endif %} {% endblock %}
{% block body %}