{{ user.created_at[:10] if user.created_at else 'N/A' }}
Last Login
{{ user.last_login[:16] if user.last_login else 'Never' }}
âī¸Update Profile
đChange Password
âšī¸Account Information
About Your Account:
Your current role is {{ user.role }}
{% if user.role == 'admin' %}You have full administrative access to all system features{% else %}You can view and manage orders, stock, expenses, and reports{% endif %}
Contact an administrator if you need to change your role or if you have account issues