{% trans %}mautic.core.loading{% endtrans %}
-
-
{% include '@MauticCore/Helper/button.html.twig' with {
buttons: [
{
label: 'mautic.core.search_everything',
tooltip_placement: 'right',
variant: 'ghost',
icon: 'ri-search-line ri-xl',
icon_only: true,
attributes: {
'type': 'button',
'data-toggle': 'modal',
'data-target': '#gsearchModal',
'class': 'search-button'
}
}
]
} %}
{{ render(controller('Mautic\\CoreBundle\\Controller\\DefaultController::notificationsAction')) }}
{{ include('@MauticCore/Menu/quick_help.html.twig') }}
{{ menuRender('admin') }}
{{ include('@MauticCore/Menu/profile.html.twig') }}
{{ buttonReset(constant('Mautic\\CoreBundle\\Twig\\Helper\\ButtonHelper::LOCATION_NAVBAR')) }}
{{ buttonsRender() }}