+
+
+
{% trans "Konto" %}
+
{% trans "Profil" %}
+
{% trans "Ihre aktuelle Workdock-Kontoübersicht und wichtige Sicherheitsaktionen." %}
+
+
+ {{ role_label }}
+ {{ account_user.username }}
+
+
-
-
- {% trans "Name" %}
- {{ account_user.get_full_name|default:account_user.username }}
-
-
- {% trans "Benutzername" %}
- {{ account_user.username }}
-
-
- {% trans "E-Mail" %}
- {{ account_user.email|default:"-" }}
-
-
- {% trans "Rolle" %}
- {{ role_label }}
-
-
- {% trans "Letzte Anmeldung" %}
- {% if account_user.last_login %}{{ account_user.last_login|date:"d.m.Y H:i" }}{% else %}-{% endif %}
-
-
+
+
-
-
{% trans "Passwort ändern" %}
-
+
+
+
+
+
{% trans "Kontodaten" %}
+
{% trans "Die wichtigsten Stammdaten Ihres aktuellen Kontos." %}
+
+
+
+
+
+
+
+ {% trans "Name" %}
+ {{ account_user.get_full_name|default:"-" }}
+
+
+ {% trans "E-Mail" %}
+ {{ account_user.email|default:"-" }}
+
+
+ {% trans "Vorname" %}
+ {{ account_user.first_name|default:"-" }}
+
+
+ {% trans "Nachname" %}
+ {{ account_user.last_name|default:"-" }}
+
+
+ {% trans "Telefon" %}
+ {{ account_user_profile.phone_number|default:"-" }}
+
+
+ {% trans "Mobil" %}
+ {{ account_user_profile.mobile_number|default:"-" }}
+
+
+ {% trans "Position" %}
+ {{ account_user_profile.job_title|default:"-" }}
+
+
+ {% trans "Abteilung" %}
+ {{ account_user_profile.department|default:"-" }}
+
+
+ {% trans "Standort" %}
+ {{ account_user_profile.location|default:"-" }}
+
+
+ {% trans "Hinweise" %}
+ {{ account_user_profile.contact_notes|default:"-" }}
+
+
+
+
+
+
+
+
+
+
{% trans "Sicherheit & Aktionen" %}
+
{% trans "Direkte Aktionen für Ihr Workdock-Konto." %}
+
+
+
+
+
+
+
{% endblock %}
+
+{% block extra_scripts %}
+
+{% endblock %}
diff --git a/backend/workflows/templates/workflows/includes/app_header.html b/backend/workflows/templates/workflows/includes/app_header.html
index 6f57087..7e57a34 100644
--- a/backend/workflows/templates/workflows/includes/app_header.html
+++ b/backend/workflows/templates/workflows/includes/app_header.html
@@ -23,10 +23,14 @@