{% load static %} {% load i18n %} {% translate "..:: SLM |" %} {{ nom_page }} {% translate "::.." %}
{% block aide %} {% if aide %}
{% endif %} {% endblock %} {% block page_header %} {% endblock %}
{% if user.is_authenticated or page_pour_tous %} {% block contents %} {% endblock %} {% else %}

{% translate "Le contenu de cette page n'est accessible qu'aux personnes authentifiées," %}
{% translate "veuillez vous authentifier" %} {% translate "." %}

{% endif %}