{% extends 'base.html.twig' %} {% block title %} {{ produit.metaTitle}} {% endblock %} {% block description %} {{ produit.metaDesc}} {% endblock %} {% block body %} {% include "front/inc/breadcrumb.html.twig" with { 'current_page' : produit.nomProduits, 'content_title': produit.categorie.nomCategorie, 'content_lien' : path('app_categorie',{'categorie':produit.categorie.slug}), 'image' : produit.categorie.imageCategorie } %} {# Product/Service Schema.org #} {% import "macros/schema_org.html.twig" as schema %} {% set productUrl = absolute_url(path('fiche_massage', { '_locale': app.request.locale, 'categorie': produit.categorie.slug, 'slug': produit.slugProduits })) %} {% set productImage = produit.imageProduits ? absolute_url(sonata_path(produit.imageProduits, 'reference')) : absolute_url(asset('front/images/fiche_massage.jpg')) %} {% set lowestPrice = null %} {% set highestPrice = null %} {% if produit.prixProduits|length > 0 %} {% for prix in produit.prixProduits %} {% if lowestPrice is null or prix.prixParPersonne < lowestPrice %} {% set lowestPrice = prix.prixParPersonne %} {% endif %} {% endfor %} {% endif %} {{ schema.product_schema( produit.nomProduits, produit.introProduits|striptags|trim, productImage, productUrl, { 'price': lowestPrice, 'priceCurrency': 'MAD', 'availability': 'https://schema.org/InStock', 'url': productUrl, 'priceValidUntil': 'now'|date_modify('+30 days')|date('Y-m-d'), }, { 'name': 'Natea Les Massages d\'Agadir' }, null ) }} {% set discountPercentage = 0 %} {% if produit.typeProduit == 1 %} {% set formulesProduits = produit.prixProduits[0].formulesProduits %} {% set lowestPrice = produit.prixProduits[0].prixParPersonne %} {% set total = 0 %} {% for it in formulesProduits %} {% set total = total + it.prixProduitParPersonne %} {% endfor %} {% set discountPercentage = ((total - lowestPrice) / total ) * 100 %} {% endif %}
{% if produit.reserveAuFemme is same as(true) %}
{{produit.introProduits|raw}}
{% if produit.prixProduits|length > 1 %} {{ 'index.apartir'|trans }} {% endif %} {% if discountPercentage %} {{ total }}DH {% endif %} {{ lowestPrice|number_format(0, '.', ' ') }}DH /Pers
{{'fiche.gallery_title'|trans }}
{{'fiche.gallery_text'|trans }}