{% if workspace %} {% for item in available_workspaces %}
{% if item.workspace.id == workspace.id %} {% else %} {% endif %}
{{ item.workspace.name }}
{% for badge in item.badges %} {{ badge.label }} {% endfor %}
{% endfor %}
{% if workspace.module_id and workspace.user_id == request.user.id %} {% if workspace.is_default %}
Default workspace
{% else %}
{% csrf_token %}
{% endif %} {% endif %}
{% else %}
No workspaces yet Workspaces help you organize this module around the way you work. You can create your own space for the information, tiles, and shortcuts you want to see first, and switch between different workspaces when you need a different focus.
{% if module_id %}
{% csrf_token %}
{% endif %}
{% endif %}