projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix for titulaire antérieur
[auf_rh_dae.git]
/
project
/
dae
/
templates
/
dae
/
pagination.html
1
<div
class
=
"pagination"
>
2
{% if page.has_previous %}
3
<a
href
=
"?{{ previous_qs }}"
>
« Précédent
</a>
4
{% else %}
5
« Précédent
6
{% endif %}
7
| {{ page.start_index }} - {{ page.end_index }} de {{ page.paginator.count }} |
8
{% if page.has_next %}
9
<a
href
=
"?{{ next_qs }}"
>
Suivant »
</a>
10
{% else %}
11
Suivant »
12
{% endif %}
13
</div>