{% extends "base.html" %} {% block content %}

AES-Suite

Autonomous Engineering System — als buchbares Modul in der ITSM-Plattform.

{% if !status_err.is_empty() %}

{{ status_err }}

{% endif %} {% if configured && status_err.is_empty() %}
Modulstatus
Version {{ version }} · Modus {{ mode }}
{% if licensed %} gebucht {% else %} nicht gebucht {% endif %}
{% if !capabilities.is_empty() %}
Faehigkeiten: {% for c in capabilities %}{{ c }}{% endfor %}
{% endif %}

Projekte

{% if projects.is_empty() %}

Noch keine Projekte. Lege unten das erste an.

{% else %} {% for p in projects %} {% endfor %}
ProjektAktion
{{ p }} Oeffnen →
{% endif %}

Projekt anlegen

{% endif %} {% endblock %}