{% extends 'base.html' %} {% block content %}

Liste des Commandes en cours

{% csrf_token %}



{% for l in liste %} {% endfor %}
Num Date
{{ l.Num }} {{ l.Date_BC|date:"d/m/Y" }}
{% endblock %}