projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
page perso : kickoff
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
employe.html
1
{% extends 'base.html' %}
2
3
{% block title %}RH - {{ employe }}{% endblock %}
4
{% block titre %}Ressources humaines{% endblock %}
5
{% block sous_titre %}Employés{% endblock %}
6
7
{% block main %}
8
<h1>
{{ employe }}
</h1>
9
10
{{ employe }}
11
{% endblock %}
12