{% extends "base.html" %} {% load static %} {% block title %}Projets — Portfolio Alexandre{% endblock %} {% block content %} Réalisations Mes Projets {{ total_count }} projet{{ total_count|pluralize }} — filtrez par technologie ou catégorie Catégorie Toutes {% for cat in categories %} 5 %}data-extra="true"{% endif %}> {{ cat }} {% endfor %} {% if categories|length > 5 %} +{{ categories|length|add:"-5" }} voir plus {% endif %} Technologie Toutes {% for tech in technologies %} 5 %}data-extra="true"{% endif %}> {{ tech }} {% endfor %} {% if technologies|length > 5 %} +{{ technologies|length|add:"-5" }} voir plus {% endif %} {% if selected_category or selected_tech %} ✕ Réinitialiser les filtres {% endif %} {% if selected_category or selected_tech %} {{ total_count }} résultat{{ total_count|pluralize }} {% if selected_category %}{{ selected_category }}{% endif %} {% if selected_tech %}{{ selected_tech }}{% endif %} {% endif %} {% for project in projects %} {% if project.images %} {% else %} {% endif %} {{ project.category }} {{ project.title }} {{ project.short_description }} {% for tech in project.technologies|slice:":5" %} {{ tech }} {% endfor %} {% if project.technologies|length > 5 %} +{{ project.technologies|length|add:"-5" }} {% endif %} Voir le projet {% empty %} 🔍 Aucun projet trouvé Essayez de modifier vos filtres ou réinitialisez. {% endfor %} {% endblock %} {% block extra_js %} {% endblock %}
{{ total_count }} projet{{ total_count|pluralize }} — filtrez par technologie ou catégorie
{{ project.short_description }}
Essayez de modifier vos filtres ou réinitialisez.