templates/app/CustomizedSolutions/breadcrumb.html.twig line 1

Open in your IDE?
  1. <a href="{{ path('app_custom_index') }}" class="bread-link">
  2.     <span class="ct-blue ff-os-light {% if is_mobile() %}fs-18{% else %}fs-30 {% endif %}  m-0">
  3.         {{ "section.templates.solutions.title"|trans|upper }}
  4.     </span>
  5. </a>
  6. {% if product|default(0) %}
  7.     <span class="ct-blue ff-os-light {% if is_mobile() %}fs-18{% else %}fs-30 {% endif %}  m-0">
  8.         /
  9.         <b class="ff-os-bold">{{ product.translations.first.singularName|upper }}</b>
  10.     </span>
  11. {% endif %}