Portail citoyen
{% block personnel %}
{% if user.is_authenticated %}
{% endif %}
{% if user.is_anonymous %}
{% endif %}
{% endblock %}
{% block menu %}
{% include "left-col.html" %}
{% endblock %}