{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
Every workspace a DevPlace member has published to the public ingress, with its owner, its project and the direct link that opens it. {{ total }} published.
| Workspace | Owner | Project | Label | Link | Report |
|---|---|---|---|---|---|
| {{ workspace.name }} {% if workspace.description %}{{ workspace.description[:160] }}{% endif %} | {% if workspace.owner %}{{ workspace.owner }}{% else %}-{% endif %} | {% if workspace.project_url %}Project{% else %}-{% endif %} | {{ workspace.maturity }} | {{ workspace.url }} | {% set _type = "workspace" %}{% set _uid = workspace.uid %}{% set _owner = workspace.owner_uid %}{% set _owner_name = "" %}{% set _class = "admin-btn admin-btn-sm" %}{% include "_report_button.html" %} |
| No workspaces are published yet. | |||||