{% load static %} Boutique ECOLUX - Produits & Matériaux {% include 'ecolux_styles.html' %} {% include 'nav.html' %}
Boutique ECOLUX

Produits & Matériaux Sélectionnés

Qualité, transparence et accompagnement technique. Commande uniquement via WhatsApp pour un suivi humain.

{% for c in categories %} {{ c.name }} {% endfor %}
{% if featured_products %}
En vedette

Produits recommandés

Sélection spéciale pour démarrer votre projet avec confiance.

{% for p in featured_products %}
{% if p.image %}{{ p.name }}{% endif %}

{{ p.name }}

{{ p.short_description }}

{{ p.price|floatformat:0 }} {{ p.currency }}
{% endfor %}
{% endif %}
Catalogue
{% if current_category %}

{{ current_category.name }}

{% else %}

Tous les produits

{% endif %}

Parcourez notre sélection. Commande via WhatsApp pour un suivi personnalisé.

{% comment %}
{% if current_category %}{% endif %}
{% endcomment %}
{% for p in products %}
{% if p.image %}{{ p.name }}{% endif %}

{{ p.name }}

{{ p.short_description|truncatechars:100 }}

{{ p.price|floatformat:0 }} {{ p.currency }} {% if p.is_available %} En stock {% else %} Rupture {% endif %}
{% empty %}

Aucun produit disponible pour le moment.

{% endfor %}
{% include 'partials/footer.html' %} {% include "ecolux_scripts.html" %}