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

Réclamations


Poser une réclamation

{% include 'parts/message.html' %}

{% csrf_token %}
{{form.as_p}}


Mes réclamations

{% for reclamation in reclamations %}

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

{{reclamation.description}}

{% endfor %}

{% endblock profil_content %}