projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Apercu des postes, employés et dossiers
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
include
/
pieces.html
1
{% if pieces|length
>
0
%}
2
<div>
3
<h3>
Pièces
</h3>
4
{% comment %}
5
<a
class
=
"noprint action-remove-block"
href
=
"#"
>
Retirer de l'impression
</a>
6
{% endcomment %}
7
<table>
8
<tr>
9
<th>
Nom
</th>
10
<th>
Lien
</th>
11
</tr>
12
{% for p in pieces %}
13
<tr>
14
<th>
{{ p }}
</th>
15
<th><a
href
=
"{{ media_url }}{{ p.fichier }}"
>
Télécharger
</a></th>
16
</tr>
17
{% endfor %}
18
</table>
19
</div>
20
{% endif %}