{% extends "../../combo/page_template.html" %} {% load combo %} {% block user-info %} {% skeleton_extra_placeholder user-info %} {% if user.is_authenticated %}
Déconnexion
{% if idp_account_url %} {% endif %} {{user.first_name}} {{user.last_name}} {% if idp_account_url %} {% endif %} {% else %} {% if idp_registration_url %}
Connexion
Pas de compte ? Enregistrez-vous ! {% else %} Connexion / Inscription {% endif %} {% endif %} {% end_skeleton_extra_placeholder %} {% endblock %} {% block content-pre %} {% if request.path_info == "/" %} {% if user.is_authenticated %}
Bonjour {{user.first_name}} {{user.last_name}}
{% endif %} {% endif %} {% endblock %}