projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5df0321bc61e655ef0dae5a5e7c5d57e78825ba9
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
admin
/
rh
/
dossier
/
change_list.html
1
{% extends
"admin/change_list.html"
%}
2
{% load change_list %}
3
4
{% block object-tools-items %}
5
<li>
6
<a
href
=
"add/{% if is_popup %}?_popup=1{% endif %}"
class
=
"addlink"
>
7
Ajouter Dossier
8
</a>
9
</li>
10
{% endblock %}
11
12
{% block search %}
13
{{ block.super }}
14
{% recherche_par_annees cl %}
15
{% endblock %}