{% extends "admin/layout.html" %} {% block title %}{{ workspace.name if workspace else workspace_id }} — Tuxflotte Admin{% endblock %} {% block admin_content %}

← Workspaces

{% if not workspace %}

Workspace wurde nicht gefunden.

{% else %}

{{ workspace.name }}

{{ workspace.organization_name or "Global" }}{% if workspace.description %} — {{ workspace.description }}{% endif %}

Zusammensetzung

{% if not workspace.merkmale %}

Noch keine Merkmale zugeordnet.

{% else %}
{% for m in workspace.merkmale %} {% endfor %}
{{ m.name }} {{ m.key }}
{% endif %} {% if verfuegbare_merkmale %}
{% endif %} {% endif %} {% endblock %}