{% block profile_icon %} {% if seller.mediaLogo is not null %} {% set iconUrl = seller.mediaLogo.url %} {% else %} {% set iconUrl = '/bundles/webkulmvmarketplace/storefront/seller-profile/default/default.svg' %} {% endif %} <div class="shop-icon"> <img src="{{ iconUrl }}" alt="{{ seller.storeTitle }}"/> </div>{% endblock %}