{# Shows one workspace. Options: show_new_workspace. #} {% load workspaces %} {% load i18n %} {# Beware: one cannot use workspace template tag here, we are IN the workspace template tag #}

{% if show_new_workspace %}   {% endif %}   {{ workspace.name }}

Niets gevonden

Er is niets rond deze locatie gevonden.

{% for collage in workspace.collages.all %}

    {{ collage.name }}

{% endfor %}