{% load bootstrap3 %} {% block content %} {% bootstrap_messages %}

Maraude ALSA

{% if user.is_authenticated %}

Bienvenue {{ user }} !

Entrer {% if user.is_superuser %} Administration {% endif %}
{% else %} {% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %} {% if next %} {% if user.is_authenticated %}

Your account doesn't have access to this page. To proceed, please login with an account that has access.

{% else %}

Veuillez vous connecter pour accéder à cette page.

{% endif %} {% endif %}
{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button "Connexion" button_type="submit" button_class="btn-lg btn-primary" %}
{% endif %}
{% endblock %}