Commit | Line | Data |
---|---|---|
b1b7cca2 OL |
1 | {% load saml %} |
2 | ||
fc4bf7a7 DB |
3 | <ul> |
4 | {% if user.is_authenticated %} | |
b1b7cca2 | 5 | <li class="username"><img src="{{ STATIC_URL }}/img/idauf_16.png" /> {{ user }}</li> |
fc4bf7a7 DB |
6 | {% if perms.recrutement or user_in_dae_groupes or perms.rh %} |
7 | <li><a href="{% url admin:index %}">Administration</a></li> | |
8 | {% endif %} | |
b1b7cca2 | 9 | <li><a href="{% mellon_logout_url %}">Déconnexion</a></li> |
fc4bf7a7 DB |
10 | {% endif %} |
11 | </ul> |