templates/Context/Suppliers/horizontalMenu.html.twig line 1

Open in your IDE?
  1. {% set slugs = {
  2.     'en': 'supplier-module-for-the-hydrogen-industry',
  3.     'de': 'lieferantenmodul-fur-die-wasserstoffindustrie',
  4.     'es': 'modulo-de-proveedor-para-la-industria-del-hidrogeno',
  5.     'zh': 'qing-neng-xing-ye-gong-ying-shang-mo-kuai'
  6. } %}
  7. <a href="{{ path('bitbag_sylius_cms_plugin_shop_blog_pages_show', { slug: slugs[app.request.locale], _locale: app.request.locale }) }}" class="text text-sm font-bold" target="_blank">
  8.     {{ 'app.ui.suppliers.how_to'|trans }}
  9. </a>
  10. <a href="{{ path('sylius_shop_login', {'step': 'company-search'}) }}" class="text text-sm font-bold">
  11.     {{ 'app.ui.suppliers.search_your_company'|trans }}
  12. </a>