{% block toolbar %}
{% if LANGUAGES.1 %}
{% endif %}
{% endblock %}
{% if user.is_authenticated %}
{% url ldt.ldt_utils.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 %}
{% block content %}{% endblock %}
