projets
/
auf_rh_dae.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Poste: Aperçu
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
include
/
pieces.html
Commit
Line
Data
0dcfc806
JPC
1
{% if pieces|length > 0 %}
2
<h3>Pièces</h3>
3
<table>
4
<tr>
5
<th>Nom</th>
6
<th>Lien</th>
7
</tr>
8
{% for p in pieces %}
9
<tr>
10
<th>{{ p }}</th>
11
<th><a href="{{ media }}{{ p.fichier }}">Télécharger</a></th>
12
</tr>
13
{% endfor %}
14
</table>
15
{% endif %}