Lizenzübersicht

➕ Neue Lizenz erstellen
{% for license in licenses %} {% endfor %}
ID Lizenzschlüssel Kunde E-Mail Typ Gültig von Gültig bis Status Aktiv
{{ license[0] }} {{ license[1] }} {{ license[2] }} {{ license[3] or '-' }} {% if license[4] == 'full' %} Vollversion {% else %} Testversion {% endif %} {{ license[5].strftime('%d.%m.%Y') }} {{ license[6].strftime('%d.%m.%Y') }} {% if license[8] == 'abgelaufen' %} ⚠️ Abgelaufen {% elif license[8] == 'läuft bald ab' %} ⏰ Läuft bald ab {% else %} ✅ Aktiv {% endif %} {% if license[7] %} {% else %} {% endif %}
{% if not licenses %}

Noch keine Lizenzen vorhanden.

Erste Lizenz erstellen
{% endif %}