{# Note: probably not in use anymore! #} {% load i18n %} {% for workspace_item in workspace.workspace_items.all %}
  • {% if workspace_item.name %} {{ workspace_item.name }} {% else %} ({% trans 'noname' %}) {% endif %}
  • {% empty %} {# No workspaceitems #}
  • {% trans 'Click on the "plus" of workspace items to add them.' %}
  • {% endfor %}