projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
profil RH : amélio
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
include
/
dossier.html
1
<tr
{% if d.archive %}
class
=
"archive"
{% endif %}
>
2
<td><a
href =
""
>
{{ d.poste.nom }}
</a></td>
3
<td>
du
</td>
4
<td
class
=
"date"
>
{{ d.date_debut }}
</td>
5
<td>
au
</td>
6
<td
class
=
"date"
>
{{ d.date_fin|default_if_none:
""
}}
</td>
7
</tr>