{# 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 date_range_form %}
{% endif %}
{% if show_new_workspace %}
{% endif %}
{{ workspace.name }}