{% extends 'base4.html.twig' %} {% block title %}Producta{% endblock %} {% block content %}
{#{{ producta.name }} #} titi

{{ producta.name }}

{{ producta.subtitle }}

{{ (producta.price )|number_format(2, ',', '.') }} €

{{ producta.description }}

Ajouter au panier Retour to list

Sortie

Id {{ producta.id }}
Name {{ producta.name }}
Slug {{ producta.slug }}
Illustration {{ producta.illustration }}
Subtitle {{ producta.subtitle }}
Description {{ producta.description }}
Price {{ producta.price }}
Priorite {{ producta.priorite }}
{# back to list #} back to list {# edit #} {# {{ include('producta/_delete_form.html.twig') }} #} {% endblock %}