<ul>
{% if user.is_authenticated %}
{% if this_employe %}
- <li class="username"><a href="{% url rh_perso this_employe.id %}">{{ this_employe }}</a></li>
+ <li class="username">{{ this_employe }}</li>
{% else %}
<li class="username">{{ user }}</li>
{% endif %}
+ <li><a href="{% url rh_profil %}">Mon profil RH</a></li>
{% if user_is_admin or user_in_dae_groupes or user_in_recrutement_groupes %}
<li><a href="{% url admin:index %}">Administration</a></li>
{% endif %}