{% load staticfiles %}
{% block title %}ARN - Espace adhéhrent{% endblock %}
{% block extra_css %}{% endblock %}
{% if user.is_authenticated %} {% endif %}
Espace adhérent
{% if user.is_authenticated %}
{% endif %}
COIN
{% if user.is_authenticated %}
{% block sidenav %}
{% include "menu_items.html" %}
{% endblock %}
{% endif %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock extra_js %}