{% extends "admin_layout.html" %} {% block title %}{{ t('nav.profile','Profile') }} - {{ app_settings.title if app_settings else t('app.name','Survey Manager') }}{% endblock %} {% block admin_content %}

{{ t('profile.title','Profile Settings') }}

{{ t('profile.info','Profile Information') }}
{{ t('profile.valid_name','Please provide a valid name.') }}
{{ t('profile.valid_email','Please provide a valid email address.') }}
{{ t('profile.role_hint','Contact an administrator to change your role.') }}
Choose your preferred language

{{ t('profile.change_password','Change Password') }}

{{ t('profile.leave_blank','Leave blank to keep current password') }}

{{ t('profile.min_chars','Minimum 6 characters required') }}
{{ t('profile.back_to_dashboard','Back to Dashboard') }}
{{ t('profile.account_summary','Account Summary') }}
{{ user.name }}
{{ user.name }}

{{ user.email }}

{{ user.role|title }}
{{ t('profile.member_since','Member Since') }}

{{ user.created_at.strftime('%b %Y') }}

{{ t('profile.last_updated','Last Updated') }}

{{ user.updated_at.strftime('%b %d, %Y') }}

{{ t('profile.security_tips','Security Tips') }}
  • {{ t('profile.use_strong_password','Use a strong, unique password') }}
  • {{ t('profile.include_numbers','Include numbers and special characters') }}
  • {{ t('profile.update_regularly','Update your password regularly') }}
  • {{ t('profile.keep_email_current','Keep your email address current') }}
{% endblock %} {% block extra_js %} {% endblock %}