{% load i18n %} {% load logintag %} {% load navigation %} {% block title %}France Culture{% endblock %} {% block js_import %} {% endblock %} {% block css_import %} {% endblock %} {% block js_declaration %} {% endblock %}
{% block toolbar %}
{% if user.is_authenticated %} {% url franceculture.views.workspace as workspace_url %} {% url ldt.ldt_utils.views.list_ldt as space_url %} {% url ldt.ldt_utils.views.list_content as content_url %} {% url ldt.user.views.profile as profile_url %} {% endif %}
{% if user.is_authenticated %} {{user.username}} | {% trans "Log out" %} {% endif %}
{% if LANGUAGES.1 %}
{% endif %} {% endblock %}
{% block content %}{% endblock %}