Mein Konto

{{ customer.name }}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Meine Tickets

{% if tickets %}
{% for t in tickets %} {% endfor %}
TypModuleLaufzeitLizenz-Status
{{ type_labels.get(t.type, t.type) }} {{ t.modules_list|join(', ') if t.modules_list else '—' }} {{ 'Lifetime' if t.lifetime else t.valid_days ~ ' Tage' }} {% if t.license %} {{ {"issued": "Ausgestellt", "active": "Aktiv", "deactivated": "Deaktiviert", "revoked": "Widerrufen"}.get(t.license.status, t.license.status) }} {% if t.license.status == 'active' %} {% if t.license.is_lifetime %} · Lifetime {% elif t.license.is_expired %} · abgelaufen {% elif t.license.days_left is not none %} · {{ t.license.days_left }} Tage {% endif %} {% endif %} {% else %} Noch keine Lizenz {% endif %} Verwalten →
{% else %}

Für Sie sind aktuell keine Tickets hinterlegt.

{% endif %}

Meine Kontaktdaten

TESM-Lizenzserver