Mes Réalisations
{% for type, projets in projetsParType %}{{ type|capitalize }}
{{ projet.titre }}
{{ projet.description }}
{% if projet.technologies %}Technologies : {{ projet.technologies }}
{% endif %}Créé le {{ projet.dateCreation|date('d/m/Y') }}
Aucun projet pour ce type.
{% endfor %}