custom/plugins/FuerstenbergPorzellan/src/Resources/views/storefront/component/footer-Storelocator.html.twig line 1

Open in your IDE?
  1. <div class="footer-stores-content">
  2.     <p class="title">{{"footer.stores.title"|trans}}</p>
  3.     <p class="desc">{{"footer.stores.desc"|trans|raw}}</p>
  4.     <form action="{{"footer.stores.link"|trans|raw}}" method="get">
  5.         <input name="search" type="text" class="form-control stores-email" placeholder="{{"footer.stores.input"|trans}}" required>
  6.         <button type="submit" class="btn btn-primary">
  7.             {{"footer.stores.search"|trans}}
  8.         </button>
  9.     </form>
  10.     </form>
  11. </div>