{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% load socialaccount %} {% block title %}Lock Screen{% endblock title %} {% block content %}
Ecran verrouillé

Entrez votre mot de passe pour déverrouiller l'écran

{% csrf_token %} {% for message in messages %} {% endfor %}
thumbnail
{{ user.profile.raison_sociale }}

© Vireolis

{% endblock content %}