{% block content %}

{{product.name}}

{{ product.name }}

  • Catégorie : {% for c in categories.all %} {{c.name}} {% endfor %}
  • Prix : {{product.price}} €

{{product.description}}

Sugestions

{% for n in sugestions %}

{{ n.name }}

{{ n.description }}

Voir les détails »

{% endfor %}
{% endblock %}