{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load sekizai_tags %} {% block bodyargs %} class="narrow-page" {% endblock %} {% block messages %} {% endblock %} {% block title %}
Compte citoyen
{% endblock %} {% block menu %} {% endblock %} {% block content %}
{% load stack_tags %} {% stack 'welcome' %}
{% if messages %}
{% endif %}
{% for name, content in methods %} {{ content|safe }} {% endfor %}
{% if MSP %} {% with tpl='msp/connecting.html' %} {% include tpl with popup=1 %} {% endwith %} {% endif %}
{% endblock %}