{% extends "admin/layout.html" %} {% block title %}Workspaces — Tuxflotte Admin{% endblock %} {% block admin_content %}

Workspaces

{% for w in workspaces %} {% endfor %}
KeyNameOrganisation
{{ w.key }} {{ w.name }} {{ w.organization_name or "Global" }} Zusammensetzung
Neuen Workspace anlegen
{% endblock %}