{% extends "bootstrap2/fluid_view_layout.html" %} {% load i18n %} {% block content-before %}
{% endblock content-before %} {% block bootstrap2_workspaces %}
  • {% trans 'Default' %}
  • {% if workspaces %} {% for ws in workspaces %}
  • {{ ws.name }}
  • {% endfor %} {% endif %} {% endblock bootstrap2_workspaces %} {% block bootstrap2_settings %} {% endblock bootstrap2_settings %} {% block bootstrap2_public_dashboard_url %} {% endblock bootstrap2_public_dashboard_url %} {% block bootstrap2_auth_url %} {% endblock bootstrap2_auth_url %}