{% extends "ldt/ldt_raw_base.html" %} {% load i18n %} {% load logintag %} {% load navigation %} {% block js_import %} {{ block.super }} {% endblock %} {% block css_import %} {{ block.super }} {% endblock %} {% block body %} {{ block.super }}
{% block toolbar %}
{% 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 %}
{% if LANGUAGES.1 %}
{% endif %} {% endblock %}
{% block content %}{% endblock %}
{% endblock %}