{% load i18n %} {% blocktrans %}Create{% endblocktrans %} {% if workspaces %} {% for item in workspaces %} {{ item.workspace.name }} {% for badge in item.badges %} {{ badge.label }} {% endfor %} {% if item.is_selected %} selected {% endif %} Open workspace {% if not item.is_shared %} Edit Delete {% endif %} {% endfor %} {% else %} No workspaces yet Create your first workspace to start building a view that fits the way you work. Add new {% endif %}