templates/Customer/supplierWonOffers.html.twig line 1

Open in your IDE?
  1. <div class="row">
  2.     <div class="col-12 pl-4" style="color: #43d39e; text-align: center">
  3.         Twoja wartość zrealizowanych zamówień w folderze "Wygrane" to:<br/>
  4.         <strong style="color: #43d39e;">{{ offersForSupplierValue|number_format(2, ',', ' ') }} zł netto</strong><br/>
  5.         Z tego w ostatnim roku:<br/>
  6.         <strong style="color: #43d39e;">{{ offersForSupplierLastYearValue|number_format(2, ',', ' ') }} zł netto</strong><br/>
  7.         Gratulujemy!
  8.     </div>
  9. </div>