custom/plugins/TcinnCustomizing/src/Resources/views/storefront/service-hint.html.twig line 1

Open in your IDE?
  1. {% block compra_service_hint %}
  2.     <div class="footer--service panel has--border">
  3.         <div class="panel--body">
  4.             <div class="service--icon">
  5.                 <img class="icon" src="{{ asset('bundles/tcinncustomizing/icon_phone.svg') }}">
  6.             </div>
  7.             <div class="service--text">
  8.                 {{ "compra.customizing.footer.phoneBanner"|trans|raw }}
  9.                 <br>
  10.                 <a href="{{ "compra.customizing.footer.phoneLink"|trans|raw }}" class="h4 text-nowrap">{{ "compra.customizing.footer.phoneNumber"|trans|raw }}</a>
  11.             </div>
  12.             <div class="service--opening-hours">
  13.                 {{ "compra.customizing.footer.serviceTime"|trans|raw }}
  14.                 <br>
  15.                 {{ "compra.customizing.footer.serviceHours"|trans|raw }}
  16.             </div>
  17.         </div>
  18.     </div>
  19. {% endblock %}