projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e03678d5c2a7371a94a640dfd98fdf49f5198b41
[auf_rh_dae.git]
/
project
/
rh
/
templates
/
rh
/
perso.html
1
{% extends 'base.html' %}
2
3
{% block title %}RH - {{ employe }}{% endblock %}
4
{% block titre %}Ressources humaines{% endblock %}
5
{% block sous_titre %}Espace personnel{% endblock %}
6
7
{% block main %}
8
<h1>
{{ employe }}
</h1>
9
10
Infos personnelles.
11
{% endblock %}
12