{% extends "base.html" %} {% block title %}Schulungen{% endblock %} {% block heading %}Schulungs- & Qualifikationsnachweise{% endblock %} {% block topbar_actions %}
{% endblock %} {% block content %} {# ============== ANLEGEN ============== #} {# ============== LISTE ============== #}| Mitarbeiter | Titel | Kategorie | Aussteller | Zertifikat-Nr | Erworben | Gültig bis | Status | |
|---|---|---|---|---|---|---|---|---|
| {{ q.first_name }} {{ q.last_name }} | {{ q.title }} | {{ q.category or '—' }} | {{ q.issuer or '—' }} | {{ q.certificate_no or '—' }} | {{ q.awarded_at or '—' }} | {{ q.expires_at or '—' }} | {% if q.state == 'expired' %}Abgelaufen {% elif q.state == 'expiring' %}Läuft ab {% elif q.state == 'unlimited' %}Unbefristet {% else %}Gültig{% endif %} |
{% if expires_only %}Aktuell läuft keine Qualifikation ab.{% else %}Noch keine Schulungen erfasst.{% endif %}