projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Masse salariale: ajout de couleur pour les tableaux
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
rapports
/
table_header.html
1
{% for header in headers %}
<th
class
=
"{{ header.class_attr }}"
2
style
=
"{% for k,v in header.style_attr.items %}
3
{{ k }}:{{ v }};
4
{% endfor %}"
>
5
{% if header.sortable %}
<a
href
=
"{{ header.url|escape }}"
>
{% endif %}
6
{{ header.text }}
7
{% if header.sortable %}
</a>
{% endif %}
8
</th>
{% endfor %}