<div class="col-sm-4 left-logo">
<div class="logo">
<a href="{{ path('sylius_shop_homepage') }}" title="{{ sylius.channel.name }}">
{% set logo = app_get_media('logo_header') %}
{% if logo %}
<img class="" src="{{ logo.path }}" alt="{{ sylius.channel.name }}"/>
{% else %}
<img class="" src="{{ asset('images/logo_2024.jpg', 'bootstrapTheme') }}" alt="{{ sylius.channel.name }}" />
{% endif %}
{% if 'sylius_shop_homepage' in app.request.attributes.get('_route') %}
<h1>{{'app.header.slogan' |trans}}</h1>
{% endif %}
</a>
</div>
</div>