{% extends 'base4.html.twig' %} {% block title %}Producta{% endblock %} {% block content %}
{{ producta.subtitle }}
{{ (producta.price )|number_format(2, ',', '.') }} €{{ producta.description }}
Ajouter au panier Retour to listId | {{ producta.id }} |
---|---|
Name | {{ producta.name }} |
Slug | {{ producta.slug }} |
Illustration | {{ producta.illustration }} |
Subtitle | {{ producta.subtitle }} |
Description | {{ producta.description }} |
Price | {{ producta.price }} |
Priorite | {{ producta.priorite }} |