{% extends "request_base.html" %} {% load url from future %} {% block breadcrumb %}

Tableau de bord » Demande n°{{ poly_request.request_number }} » Historique

{% endblock %} {% block content %} {% for h in poly_request.history_set.all %} {% endfor %}
Date ÉTAT Quoi Qui Commentaire
{{ h.date }} {{ h.new_status }} {{ h.action }} {{ h.user }} {{ h.description }}
Retour
{% endblock %}