{% extends 'profil/profil_base.html' %} {% load static %} {% block profil_content %}

Réponses


Réclamation

Le {{reclamation.created|date:'d-m-Y à h:m:s'}}

{{reclamation.description}}

{% for reponse in reponses %}

Le {{reponse.created|date:'d-m-Y à h:m:s'}}

{{reponse.reponse}}

{% endfor %}
{% endblock profil_content %}