{% load i18n static %}
{% firstof global_title "Compte Citoyen" %} {% block title %}{% endblock %}
{% if meta_robots %}
{% elif environment_label %}
{% endif %} {% if favicon %}
{% endif %} {% if theme_color %}
{% endif %} {% block extra_top_head %} {% endblock %} {{ media }}
{% block extra_css %} {% endblock %} {% block extra_scripts %} {% endblock %}
Rechercher
{% comment %}
{% endcomment %}
{% comment %}
Mon compte
Contact
fr
de
en
{% endcomment %}
{% comment %}
{% with home=pages|first %} {% for navpage in home.get_siblings %} {% if not navpage.exclude_from_navigation %}
{{navpage.title}}
{% if navpage.has_children %}
{% for navchild in navpage.get_children %}
{{navchild.title}}
{% endfor %}
{% endif %}
{% endif %} {% endfor %} {% endwith %}
{% endcomment %}
{% if page.picture %}
{% endif %}
Version imprimable
Imprimer en PDF
Facebook
Twitter
Google Plus
{% block messages %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endblock %}
{% block content %} {% endblock %}