{% extends "authentic2/base-page.html" %} {% load i18n gadjo authentic2 %} {% block title %} {% trans "Log in" %} {% endblock %} {% block extra_scripts %} {% endblock %} {% comment %} {% endcomment %} {% block content %}

{% trans "Pour continuer, identifiez-vous" %}

{% for id, login_block in blocks.iteritems %} {{ login_block.content|safe }} {% endfor %}
{# $( "#tabs" ).tabs({cookie: {path: '/'}}); #} {% endblock %}