| Lizenz-ID | Kunde | USt-IdNr | Plan | MA | Gültig bis | Heartbeats | Status | ||
|---|---|---|---|---|---|---|---|---|---|
{{ l.license_id }} |
{{ l.customer_name }} | {{ l.customer_email }} | {{ l.customer_vat_id or '—' }} | {% if l.plan == 'lifetime' %}LIFETIME {% else %}{{ l.plan }}{% endif %} | {{ l.users }} | {{ l.valid_until[:10] if l.valid_until else 'unbegrenzt' }} | {{ l.heartbeat_count }}{% if l.last_heartbeat %} · {{ l.last_heartbeat[:16] }}{% endif %} | {% if l.revoked_at %}REVOKED {% else %}AKTIV{% endif %} | {% if not l.revoked_at %} {% endif %} |
Noch keine Lizenzen.
{% endif %}| Datum | PayPal-Txn | Käufer-Mail | Betrag | Status | Plan | License-ID |
|---|---|---|---|---|---|---|
| {{ p.created_at[:16] }} | {{ (p.paypal_txn_id or '—')[:16] }} |
{{ p.paypal_email or '—' }} | {{ '%.2f'|format(p.amount or 0) }} {{ p.currency }} | {% if p.ipn_status == 'VERIFIED' %}VERIFIED {% else %}{{ p.ipn_status }}{% endif %} | {{ p.plan or '—' }} | {% if p.license_id %}{{ p.license_id }}{% else %}—{% endif %} |
Noch keine PayPal-Transaktionen.
{% endif %}