{% import '@A4bTheme/_macros.html.twig' as macros %} {% block title %}{{ a4b_theme.options.theme.home_title }}{% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts_head %} {% endblock %} {% block body %}
{% set header_menu_has_items = true %} {% from "@A4bTheme/Menu/Macros/navbar.html.twig" import menu_item %} {% if menu_navbar is not defined %} {% set menu_navbar = a4btheme_navbar_menu(app.request) %} {% endif %} {% if menu_navbar is not defined or menu_navbar is null or menu_navbar|length == 0 %} {% set header_menu_has_items = false %} {% endif %} {% if a4b_theme.options.theme.header_menu and header_menu_has_items %} {% else %} {% endif %}
{% block aside %}
{% endblock %}
{% if a4b_theme.options.theme.header_menu %} {% block header_menu %}
{% endblock %} {% endif %}
{% block topbar %}
{% if a4b_theme.options.theme.search %} {% block search %} {% endblock %} {% endif %} {% if a4b_theme.options.theme.notifications %} {% block notifications %} {% include '@A4bTheme/Widget/notifications.html.twig' %} {% endblock %} {% endif %} {% if a4b_theme.options.theme.quick_actions %} {% block quick_actions %} {% include '@A4bTheme/Widget/quick_actions.html.twig' %} {% endblock %} {% endif %} {% if a4b_theme.options.theme.cart %} {% block cart %}
{% endblock %} {% endif %} {% if a4b_theme.options.theme.quick_panel %} {% block quick_panel %}
{% endblock %} {% endif %} {% if a4b_theme.options.theme.chat %} {% block chat %}
{% endblock %} {% endif %} {% if a4b_theme.options.theme.languages %} {% block languages %} {% endblock %} {% endif %} {% if a4b_theme.options.theme.user %} {% block user %}
{{ 'Hi'|trans }}, {{ app.user }} {{ app.user.name[:1]|upper ~ app.user.lastname[:1]|upper }}
{% endblock %} {% endif %}
{% endblock %}
{% block subheader %}
{% block page_title %} {{ 'Home'|trans }} {% endblock %}
{% block breadcrumb %} {% if active is not defined %} {% set active = a4btheme_breadcrumbs(app.request) %} {% endif %} {% if active is defined and active is not null %} {% if active %} {% endif %} {% endif %} {% endblock %}
{% if a4b_theme.options.theme.toolbar %} {% block toolbar %} {% endblock %} {% endif %}
{% endblock %}
{% if is_granted('IS_IMPERSONATOR') %} {% endif %} {% block flashes %} {{ macros.get_flash_messages() }} {% endblock %} {% block content %} {% endblock %}
{% if a4b_theme.options.theme.footer %} {% block footer %} {% endblock %} {% endif %}
{% if a4b_theme.options.theme.user %} {% block user_sidebar %}

{{ a4b_theme.options.theme.profile_title|trans }} {# 12 messages#}

{% if app.user.avatar %}
{% else %} {{ app.user.name[:1]|upper ~ app.user.lastname[:1]|upper }} {% endif %}
{% if a4b_theme.options.theme.user_notifications %} {% block user_notifications %}
Recent Notifications
Another purpose persuade Due in 2 Days
+28%
Would be to people Due in 2 Days
+50%
-27%
The best product Due in 2 Days
+8%
{% endblock %} {% endif %}
{% endblock %} {% endif %} {% if a4b_theme.options.theme.cart %}

Shopping Cart

iBlender The best kitchen gadget in 2020
$ 350 for 5
SmartCleaner Smart tool for cooking
$ 650 for 4
CameraMax Professional camera for edge cutting shots
$ 150 for 3
4D Printer Manufactoring unique objects
$ 1450 for 7
MotionWire Perfect animation tool
$ 650 for 7
{% endif %} {% if a4b_theme.options.theme.quick_panel %} {% block quick_panel_modal %}
{% endblock %} {% endif %} {% if a4b_theme.options.theme.chat %} {% block chat_modal %} {% endblock %} {% endif %}
{% if a4b_theme.options.theme.sticky_toolbar %} {% block sticky_toolbar %} {% endblock %} {% endif %} {% if a4b_theme.options.theme.sticky_toolbar %} {% block sticky_toolbar_panel %} {% endblock %} {% endif %} {% block javascripts %} {% endblock %} {% endblock %}