{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
{% if workspace_creation_enabled and can_add_workspace %} {% translate "Add workspace" %} {% endif %}

{% translate "Manage workspaces" %}

{{ search_form.q }} {% if search_query %} {% translate "Clear" %} {% endif %}
{% if search_form.q.errors %}
{{ search_form.q.errors }}
{% endif %}
{% include "snippets/list-objects.html" with objects=object_list label=_("Workspace") show_workspace_details=True empty_message=_("No workspaces found.") %}
{% endblock content %}