Gestion des projets
Tableau de bord
{% with messages = get_flashed_messages() %}
{% if messages %}
{% for m in messages %}
{{ m }}
{% endfor %}
{% endif %}
{% endwith %}
Projets existants ({{ projects|length }})
| ID |
Illustration |
Nom |
Description |
Jours |
Actions |
{% for proj in projects %}
{% endfor %}
Retour au tableau de bord