projets
/
ongolaboy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Consommables:les templates sont mieux ici
[ongolaboy.git]
/
projets_django
/
bacgl_utils
/
bureautique
/
templates
/
bureautique
/
consommable_detail.html
1
<h2>
Consommables dispo
</h2>
2
<p>
Total: {{consommable_dispo|length}}
</p>
3
<ul>
4
{% for consomm in consommable_dispo %}
5
<li>
{{consomm.modele}} {{consomm.num_serie}}.
6
Fin de garantie: {{consomm.date_expiration }}
</li>
7
{% endfor %}
8
</ul>