{% extends "base.html" %} {% load static %} {% block title %}Détail du Projet #{{ order.order_number }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Commande #{{ order.order_number }}
{% if order.status == 'PENDING_VALIDATION' %} En cours de validation {% elif order.status == 'DRAFT' %} À valider {% else %} Projet validé {% endif %}
{% if order.status == 'IN_PROGRESS' %} Développement en cours {% elif order.status == 'PENDING_FEEDBACK' or order.status == 'COMPLETED' or order.status == 'DELIVERED' %} Développement terminé {% else %} À venir {% endif %}
{% if order.status == 'PENDING_FEEDBACK' %} En attente de retour {% elif order.status == 'COMPLETED' or order.status == 'DELIVERED' %} Feedback intégré {% else %} À venir {% endif %}
{% if order.status == 'DELIVERED' %} Projet livré {% elif order.status == 'COMPLETED' %} Prêt à livrer {% else %} À venir {% endif %}
Aucune facture générée pour le moment.
{{ last_owner_message.body|linebreaks }}
Envoyé par {{ last_owner_message.sender.username }} le {{ last_owner_message.sent_at|date:"d/m/Y" }}Aucune communication pour le moment.
Démarrer une conversation