src/Modules/VoucherCart/Templates/Voucher/partials/orderSteps.html.twig line 1
<div class="col-lg-4 col-md-6 order-lg-1 order-md-2 order-2 my-auto"><h4 class="my-3 m-md-0 text-center text-md-start"><span style="font-weight:300">Podaruj wyjątkowy prezent</span><br />Voucher od <em>{{ vc_getAdminUser().admin.companyName }}</em></h4></div><div class="col-lg-4 order-lg-2 order-1 text-center py-3">{% set logoUrl = vc_getAdminUserLogoUrl() %}{% if logoUrl != '' %}<img src="{{ logoUrl|imagine_filter('admin_logo_500x280i') }}" style="max-width:200px; max-height:100px;" />{% endif %}</div></div><ul id="progressbar" class="row g-0 w-100 justify-content-center"><li class="col text-uppercase active"><b>ETAP 1</b><br /><small>wybór vouchera</small></li><li class="col text-uppercase {{ step >= 2 ? 'active' : '' }}"><b>ETAP 2</b><br /><small>płatność</small></li><li class="col text-uppercase {{ step == 3 ? 'active' : '' }}"><b>ETAP 3</b><br /><small>odbiór/wysłanie vouchera</small></li></ul>