templates/_includes/_breadcrumbs-ventes.html.twig line 1

  1. <div class="container pt-4">
  2.     <div class="row">
  3.         <div class="col">
  4.             <a href="{{ path('app_home') }}" class="text-decoration-none text-xsmall color3">Accueil</a>
  5.             <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><path fill="#afafaf" d="M8.59 16.59L13.17 12L8.59 7.41L10 6l6 6l-6 6l-1.41-1.41z"/></svg>
  6.             <span class="text-xsmall color3">
  7.                 <a href="{{ settings[0].siteUrlfull }}/ventes-immobilieres/ventes" class="text-decoration-none text-xsmall color3">
  8.                     {{ page.category.title }}
  9.                 </a>
  10.             </span>
  11.             <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><path fill="#afafaf" d="M8.59 16.59L13.17 12L8.59 7.41L10 6l6 6l-6 6l-1.41-1.41z"/></svg>
  12.             <span class="text-xsmall color3">Vente N°{{ vente.id }} : {{ vente.title|raw }}</span>
  13.         </div>
  14.     </div>
  15. </div>