{% set currentUser = app.user ? user_service.getCustomerPartialDetailById(app.user.id) : null %}
{% if currentUser %}
{{ 'Howdy!'|trans }} {{ currentUser.firstName }}
{% else %}
{% endif %}
{% if searchDisable is defined and searchDisable == false %}

{% if websiteConfiguration is defined and websiteConfiguration.siteDescription is defined %} {{ websiteConfiguration.siteDescription }} {% else %} {% trans %}Hi! how can we help?{% endtrans %} {% endif %}

{% endif %}