{% extends 'base.html' %} {% load static %} {% block title %}Nos Réalisations - ECOLUX BTP{% endblock %} {% block content %} {% include "ecolux_styles.html" %} {% include "nav.html" %} {% include 'partials/page_header.html' with page_title="Nos Réalisations" page_description="Découvrez nos projets BTP d'exception, témoins de notre savoir-faire et de notre engagement qualité" badge_text="Portfolio & Références" header_image="assets/img/bg2.jpg" breadcrumb=breadcrumb_items %}
{% for category in categories %} {% endfor %}
{% for project in projects %}
{% if project.category %} {{ project.category.name }} {% endif %} {% if project.featured %} Projet Phare {% endif %}
Voir détails {% if project.images.count > 1 %} {% endif %}
{{ project.completed_date|date:"Y"|default:"En cours" }} {{ project.location }}

{{ project.title }}

{{ project.short_description|default:project.description|striptags|truncatewords:15 }}

{% if project.budget %}
Budget: {{ project.budget|floatformat:0 }} FCFA
{% endif %} {% if project.surface_built %}
Surface: {{ project.surface_built }} m²
{% endif %}
{% empty %}
🏗️

Aucune réalisation disponible

Nos équipes travaillent sur de nouveaux projets exceptionnels.
Revenez bientôt pour découvrir nos dernières réalisations !

💡 Conseil : Consultez notre section services pour voir ce que nous pouvons réaliser pour vous.

{% endfor %}
{% if projects|length >= 6 %}
{% endif %}
{% include 'partials/footer.html' %} {% endblock %} {% block extra_js %} {% include 'ecolux_scripts.html' %} {% endblock %}