From 44792dc98f60f989349b0fdad9e13824db088ae0 Mon Sep 17 00:00:00 2001 From: Bkolb Date: Thu, 2 Apr 2026 21:02:05 +0200 Subject: [PATCH] preise ins Template gebracht --- app/flask-postgres/app/app.py | 7 +- app/flask-postgres/app/templates/preise.html | 334 +++++++++---------- 2 files changed, 158 insertions(+), 183 deletions(-) diff --git a/app/flask-postgres/app/app.py b/app/flask-postgres/app/app.py index b423edd..93321bd 100644 --- a/app/flask-postgres/app/app.py +++ b/app/flask-postgres/app/app.py @@ -239,7 +239,12 @@ def home(): @app.route("/preise") @login_required def preise(): - return render_page("preise", "Preise") + return render_template( + "preise.html", + page_title="Preise", + active_page="preise", + **get_current_user() +) @app.route("/allgemein") diff --git a/app/flask-postgres/app/templates/preise.html b/app/flask-postgres/app/templates/preise.html index 9d4916b..4f68586 100644 --- a/app/flask-postgres/app/templates/preise.html +++ b/app/flask-postgres/app/templates/preise.html @@ -1,190 +1,160 @@ - - - - - - {{ page_title }} - - - - +
+ Schulung +
+ + -
-
-

Klare Preise für Ihre KI-Compliance

-

Wählen Sie zwischen sofort buchbaren Modulen und individueller Unternehmenslösung.

-
+
+

Module / geprüfte Bereiche

+
+
+

Basis-Level

+

AI-Safe Workforce

+
    +
  • AI Governance Basics
  • +
  • Ethical AI & Non-Discrimination
  • +
  • AI Risk & Impact Awareness
  • +
  • Transparency & Customer Disclosure
  • +
  • Documentation & Internal Processes
  • +
+
-
-

Leistungen und Preise

+
+

Compliance-Level

+

AI Compliance Ready

+
    +
  • Datenschutz & KI
  • +
  • KI-Nutzung & HR-Policies
  • +
  • Urheberrecht & Trainingsdaten
  • +
  • Erweiterte Dokumentation & Transparenz
  • +
+
-
-
-

Modul A – Essential

-

Für alle Mitarbeitenden – gesetzliche Mindestanforderung

-
€ 9,90 / jährlich pro Nutzer
+
+

Governance-Level

+

Full AI Governance

+
    +
  • Copyright Deep Dive
  • +
  • Security & Missbrauchsprävention
  • +
  • Vendor & Tool-Prüfung
  • +
  • Individuelle Risikoanalyse & Beratung
  • +
+
+
+
-
    -
  • Erfüllt die gesetzliche Schulungspflicht (EU AI Act)
  • -
  • 5 Pflichtmodule
  • -
  • AI Governance Basics
  • -
  • Ethical AI & Non-Discrimination
  • -
  • AI Risk Awareness
  • -
  • Transparency & Disclosure
  • -
  • Documentation & Prozesse (Basic)
  • -
+
+

So funktioniert Compliance Verification

+
+
+

Schritt 1

+

Sie wählen Module und starten sofort.

+
+
+

Schritt 2

+

Ihre Mitarbeitenden absolvieren Schulung und Prüfung.

+
+
+

Schritt 3

+

Sie erhalten ein belastbares Compliance-Zertifikat.

+
+
+
- Jetzt buchen - - - - -
-

Modul C – Governance

-

Für Unternehmen – vollständige Steuerung, Kontrolle und Absicherung

-
€ 29,90 / jährlich pro Nutzer
- -
    -
  • Alle Module aus A & B
  • -
  • 15 Module insgesamt
  • -
  • Advanced Copyright & IP Strategy
  • -
  • Security & Misuse Prevention
  • -
  • Vendor & Tool Governance
  • -
  • Risk Mapping & Governance Framework
  • -
  • Umsetzung & individuelle Beratung
  • -
- - Jetzt buchen -
-
- -

- Alle Preise verstehen sich inklusive Mehrwertsteuer. -

-
- -
-

Welches Paket ist das richtige für Ihr Unternehmen?

-
- Paketübersicht -
-

- Die meisten Unternehmen starten mit Modul A und erweitern anschließend auf Modul B oder C – je nach Einsatz von KI und Risikoprofil. -

-
- -
-
-
-

Für ganze Unternehmen

-

Sie möchten nicht nur einzelne Mitarbeitende schulen, sondern Ihre gesamte Organisation rechtssicher aufstellen?

-
    -
  • individuelle Risikoanalyse
  • -
  • unternehmensweite Umsetzung
  • -
  • rechtssichere Dokumentation
  • -
  • kontinuierliche Begleitung
  • -
- Individuelles Angebot anfragen -
-
- Schulung -
-
-
- -
-

Module / geprüfte Bereiche

-
-
-

Basis-Level

-

AI-Safe Workforce

-
    -
  • AI Governance Basics
  • -
  • Ethical AI & Non-Discrimination
  • -
  • AI Risk & Impact Awareness
  • -
  • Transparency & Customer Disclosure
  • -
  • Documentation & Internal Processes
  • -
-
- -
-

Compliance-Level

-

AI Compliance Ready

-
    -
  • Datenschutz & KI
  • -
  • KI-Nutzung & HR-Policies
  • -
  • Urheberrecht & Trainingsdaten
  • -
  • Erweiterte Dokumentation & Transparenz
  • -
-
- -
-

Governance-Level

-

Full AI Governance

-
    -
  • Copyright Deep Dive
  • -
  • Security & Missbrauchsprävention
  • -
  • Vendor & Tool-Prüfung
  • -
  • Individuelle Risikoanalyse & Beratung
  • -
-
-
-
- -
-

So funktioniert Compliance Verification

-
-
-

Schritt 1

-

Sie wählen Module und starten sofort.

-
-
-

Schritt 2

-

Ihre Mitarbeitenden absolvieren Schulung und Prüfung.

-
-
-

Schritt 3

-

Sie erhalten ein belastbares Compliance-Zertifikat.

-
-
-
-
- - \ No newline at end of file +{% endblock %} \ No newline at end of file